Вниз
Скачать: CL | DM;

проблемы с rich edit   Найти похожие ветки 

 
Fantom   (2002-12-23 15:54) [0]

Добрый день.
как установить позицию курсора в крайнее левое положение??
когда я данные отправляю по сети из rich edit у меня курсор убегает на вторую строку. как мне избежать этого????
заранее спасибо.


 
pusrg ©   (2002-12-23 16:03) [1]

Читаем хелп:

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.


 
TAG_SPB ©   (2002-12-23 19:24) [2]

А как встать на конец? я делаю так :

SelectAll;
x:=SelLength; SelLength:=0;
SelStart:=x;

но мне не нравится... может, подскажет кто?



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

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



Память: 0.45 MB
Время: 0.011 c
8-15168
Dark Elf
2002-07-04 19:59
2003.01.06
Документация на GLScene


3-14919
maxval
2002-12-10 18:20
2003.01.06
Проблема с датой


7-15324
~Mr.L@g~
2002-10-27 21:27
2003.01.06
Wimdows


14-15235
nick-from
2002-12-14 12:59
2003.01.06
---|Ветка была без названия|---


14-15236
laza admin
2002-12-14 23:52
2003.01.06
Люди срочно надо до понедельника составить на паскале прогу, кото




   Наверх