Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.016 c
3-67179
Ренат
2003-04-03 16:43
2003.04.21
BDEClientDataSet и Lookup поле


14-67531
vinter
2003-04-03 12:07
2003.04.21
QuickReports 3.6.2


1-67366
Лана Розанова
2003-04-10 07:49
2003.04.21
Excel


1-67241
KHEXT
2003-04-08 21:01
2003.04.21
наследники TMenuItem шалят...


1-67231
vi7777
2003-04-10 22:08
2003.04.21
Как правильно удалить форму, созданую другой формой ?




   Наверх