Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.11.28;
Скачать: CL | DM;

Вниз

---|Ветка была без названия|---   Найти похожие ветки 

 
Crey   (2002-11-14 13:41) [0]

Никто не сталкивался с поиском текста в richedit и txt файлом на 0.5Mb? такая забавная картина получается в течении 10 сек... при 900Mhz :( так и ко всему прочему его бы еще и продолжить не помешало... пробовал исходник из какой-то книги.
Знакомый, загнав 2Mb - просто повесил машину.
RichEdit1.SelStart:=
Pos(AnsiLowerCase(FindText),
AnsiLowerCase(Copy(RichEdit1.Lines.Text,SPos+1,
Length(RichEdit1.Lines.Text))))+Spos-1;

В общем подсобите... коль смогите... по почте могу доступней объяснить, если что...


 
Song ©   (2002-11-14 13:49) [1]

EM_FINDTEXT(EX)


 
Crey   (2002-11-18 16:12) [2]

эх... и к чему бы это... ну не знакомо мне:((( только начинаю :(((


 
han_malign ©   (2002-11-18 16:40) [3]

Searches a given range in the text for a target string.

type
TSearchType = (stWholeWord, stMatchCase);

TSearchTypes = set of TSearchType;

function FindText(const SearchStr: string; StartPos, Length: Integer; Options: TSearchTypes): Integer;

Description

Use FindText to search a range of text in a rich edit control for the string specified by the SearchStr parameter. Only the text in the range starting at the position StartPos and continuing through the next Length positions will be searched. Use Options to specify whether the search should match whole words only and whether the search should be case sensitive. FindText returns the position of the search string, where 0 is the position of the first character in the rich edit control (as opposed to the first position in the search range). If the search string does not appear in the indicated range, FindText returns -1.

Use FindText rather than programmatically searching through the text of the control, to keep from being thrown off by the encoding of rich text characteristics.


 
Smithson ©   (2002-11-18 16:44) [4]

C:\Program Files\Borland\Delphi5\Source\VCL + [b]Alt+F7[b/] +
файлы - *.pas, содержищие EM_FINDTEXT(EX) и читай!


 
Crey   (2002-11-19 15:22) [5]

Всем, уделившим внимание, выражаю благодарность:) тема закрыта, текст найден:))) признаю, был малоосведомлен:))))



Страницы: 1 вся ветка

Текущий архив: 2002.11.28;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.01 c
7-93276
Алекс МЬ
2002-09-26 16:36
2002.11.28
Как настроить буфер FIFO COM порта в Windows ?


6-93164
VID
2002-10-02 20:25
2002.11.28
Что-то непонятное с onCLientRead


3-92863
nv-vetal
2002-11-02 19:00
2002.11.28
Как протащить картинку из поля объекта OLE таблицы Аccess .....


1-93109
Mafsha
2002-11-17 16:35
2002.11.28
Как перевести время в секунды?


1-93140
dimonka
2002-11-17 01:58
2002.11.28
Архиватор