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

Вниз

TMemo   Найти похожие ветки 

 
LOM   (2003-04-11 14:26) [0]

Добрый день. Как программно двигать курсор в TMemo (надо в конец текста)?


 
Cobalt ©   (2003-04-11 16:10) [1]

TCustomEdit.SelStart (родитель TMemo)
Specifies the position of the first selected character in the text.

property SelStart: Integer;

Description

Read SelStart to determine the position of the first selected character, where 0 indicates the first character. If there is no selected text, SelStart indicates the position of the cursor. Set SelStart to remove the current selection and position the cursor just before the indicated character.

To select a particular range of the text, first set SelStart to position the cursor, and then set SelLength to extend the selection.


См. также

Specifies the number of characters (bytes) that are selected.
property SelLength: Integer;


 
LOM   (2003-04-11 16:33) [2]

OK.



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

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

Наверх




Память: 0.46 MB
Время: 0.014 c
14-67516
Izverg
2003-04-03 18:06
2003.04.21
---|Ветка была без названия|---


1-67291
Ifrit
2003-04-01 15:56
2003.04.21
Есть RichEdit. Как определить атрибуты текста который находится п


3-67156
v.topalov
2003-04-03 13:24
2003.04.21
Пароль на базу InerBase?


14-67515
me2
2003-04-04 09:29
2003.04.21
Нужен компонент


14-67506
fordze
2003-04-03 16:40
2003.04.21
Как на Delphi пишутся autorunы для СD диска?