Форум: "WinAPI";
Текущий архив: 2006.03.26;
Скачать: [xml.tar.bz2];
ВнизTSearchTypes Найти похожие ветки
← →
SpyBoy © (2006-01-04 02:06) [0]type
TSearchType = (stWholeWord, stMatchCase);
TSearchTypes = set of TSearchType;
function FindText(const SearchStr: string; StartPos, Length: Integer; Options: TSearchTypes): Integer;
Вот только что писать заместо Options ?
← →
Lamer@fools.ua © (2006-01-04 09:21) [1]
FindText(S, 1, 10, [stWholeWord])
FindText(S, 1, 10, [stMatchCase])
FindText(S, 1, 10, [stWholeWord, stMatchCase])
FindText(S, 1, 10, [])
Страницы: 1 вся ветка
Форум: "WinAPI";
Текущий архив: 2006.03.26;
Скачать: [xml.tar.bz2];
Память: 0.43 MB
Время: 0.039 c