Вниз
Скачать: 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.014 c
4-69094
fishca
2002-09-05 17:20
2002.10.21
Руководство программиста


14-69002
alf_
2002-09-30 05:31
2002.10.21
помогите плз


4-69056
Polevi
2002-09-06 14:38
2002.10.21
наследование OVERLAPPED


1-68787
DeLz
2002-10-09 17:29
2002.10.21
Excel - как применить к ячейке форматирование


1-68744
RTZ
2002-10-11 13:21
2002.10.21
Help!




   Наверх