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

TEdit.AutoSelect   Найти похожие ветки 

 
StriderMan ©   (2007-06-18 15:44) [0]

Сабж не работает. в хэлпе никаких доп. условий нет, как заставить работать?


 
Правильный Вася   (2007-06-18 15:50) [1]

а как должен?
версия дельфи?


 
MBo ©   (2007-06-18 15:52) [2]

Оно работает, когда табом переходишь или фокус программно переставляешь.


 
StriderMan ©   (2007-06-18 15:52) [3]


> Правильный Вася   (18.06.07 15:50) [1]

Determines whether all the text in the edit control is automatically selected when the control gets focus.
Set AutoSelect to select all the text when the edit control gets focus. AutoSelect only applies to single-line edit controls.

Use AutoSelect when the user is more likely to replace the text in the edit control than to append to it.



D7

выделяться весь текст должен при получении фокуса.


 
StriderMan ©   (2007-06-18 15:53) [4]


> MBo ©   (18.06.07 15:52) [2]

а мышкой нет? :(

пробовал даже

procedure TForm1.Edit1Enter(Sender: TObject);
begin
 Edit1.SelectAll;
end;

не помогло


 
StriderMan ©   (2007-06-18 15:58) [5]

кажется нашел почему.

procedure TCustomEdit.CMEnter(var Message: TCMGotFocus);
begin
 if FAutoSelect and not (csLButtonDown in ControlState) and
   (GetWindowLong(Handle, GWL_STYLE) and ES_MULTILINE = 0) then SelectAll;
 inherited;
end;


в принципе - логично. чтобы можно было курсор в нужную позицию хлопнуть.

вопрос снят.



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

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



Память: 0.46 MB
Время: 0.016 c
1-1181823351
BlackCat
2007-06-14 16:15
2007.08.26
TDataTimePicker ы в строках StringGrida


15-1185354885
Kerk
2007-07-25 13:14
2007.08.26
Федор Черенков


8-1163478013
Tab
2006-11-14 07:20
2007.08.26
квадрат с вращением в OpenGL


4-1172688389
Eraser
2007-02-28 21:46
2007.08.26
CreateProcessAsUserW и ошибка ERROR_PIPE_NOT_CONNECTED


2-1186241405
hahol
2007-08-04 19:30
2007.08.26
помогите чайнику плз




   Наверх