Главная страница
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.022 c
14-67550
Юрий Федоров
2003-03-31 14:00
2003.04.21
Вакансия в Москве


1-67199
AlexanderSK
2003-04-10 13:45
2003.04.21
Сообщение об ошибке при работе с DCOM


3-67106
НастяР
2003-04-02 16:07
2003.04.21
TClintDataSet


1-67211
Tip
2003-04-10 17:28
2003.04.21
Как сделать так, чтобы форма сама исчесла через n секунд?


1-67242
iNew
2003-04-11 08:37
2003.04.21
Как реализовать перемещение по Editam, стрелками, но так, чтобы