Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.01.06;
Скачать: 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 вся ветка

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

Наверх




Память: 0.47 MB
Время: 0.014 c
6-15200
ДУБ
2002-10-28 15:42
2003.01.06
Отправка e-mail


1-14972
LORD
2002-12-23 23:16
2003.01.06
как задействовать процедуру объявленную в другом модуле


6-15189
Ihor Borysyuk
2002-11-07 16:26
2003.01.06
Как в Делфе работать с SSL?


1-15136
qwerty2
2002-12-23 17:40
2003.01.06
Нажате клавиши Tab над элементом управления


8-15162
Неопытный
2002-09-16 19:09
2003.01.06
Функция по выводу картинки без нужного цвета