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

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

Наверх




Память: 0.46 MB
Время: 0.014 c
1-68781
TTCustomDelphiMaster
2002-10-11 17:37
2002.10.21
двоичные константы


1-68748
Valt
2002-10-11 13:44
2002.10.21
Что-нибудь типа stringgrid, но круче?


3-68629
vis79
2002-09-30 06:45
2002.10.21
высота ячейки в QuickReport (AutoStretch)


1-68807
vugo
2002-10-09 13:21
2002.10.21
Отправка почты под Exchange 5.5


14-69017
Gumanoid
2002-09-06 17:53
2002.10.21
Win ?????