Вниз
Скачать: 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
1-68754
Николай Быков
2002-10-10 14:59
2002.10.21
TFileStream


3-68609
cherepovets
2002-09-28 16:06
2002.10.21
Calc поле


14-68985
Shrek
2002-09-28 20:12
2002.10.21
Visual Basic


14-68956
Zion
2002-09-26 09:48
2002.10.21
О вирусописательстве и трояностороительстве на этом форуме.


14-68977
Kotka
2002-09-28 16:41
2002.10.21
Пиратское Delphi




   Наверх