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

Опять Richedit   Найти похожие ветки 

 
123000 ©   (2002-10-11 19:23) [0]

Как в richedit включить режим Overwrite(чтобы символы не вставлялись, а заменялись)?


 
AL2002 ©   (2002-10-11 19:46) [1]

procedure TForm1.Memo1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);begin if (Key = VK_INSERT) and (Shift = []) then InsertOn := not InsertOn;end;procedure TForm1.Memo1KeyPress(Sender: TObject; var Key: Char);begin if ((Memo1.SelLength = 0) and (not InsertOn)) then Memo1.SelLength := 1;end



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

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



Память: 0.44 MB
Время: 0.016 c
3-68601
SergeyDove
2002-09-27 12:45
2002.10.21
Как получить значение поля?


1-68802
NaM
2002-10-09 18:59
2002.10.21
---|Ветка была без названия|---


1-68844
Толик
2002-10-09 14:41
2002.10.21
TComboBox и его стили


1-68714
Sergey+
2002-10-11 08:17
2002.10.21
Запрет на Copy


1-68799
Граф
2002-10-09 13:29
2002.10.21
WaitFor и TTread ы




   Наверх