На главную
Подписка
Новости


Рейтинг@Mail.ru











Главная / DELPHI / Часто задаваемые вопросы и ответы на них / Компоненты / Перейти на строку в RichEdit Сделать домашней страницей Добавить в избранное Написать писмо

Перейти на строку в RichEdit



with Richedit1 do
begin
     selstart := perform( EM_LINEINDEX, linenumber, 0 );
     perform( EM_SCROLLCARET, 0, 0 );
end;

{
The EM_LINEINDEX message returns the character index of the first character
on a given line, assigning that to selstart moves the caret to that position.
The control will only automatically scroll the caret into view if it has
the focus, thus the EM_SCROLLCARET.
}


Copyright ©   "DELPHI WORLD"   E-mail:   delphiworld@mail.ru  http://www.delphiworld.narod.ru
Источник получения информации: http://www.delphiworld.narod.ru
Hosted by uCoz