Главная страница
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.018 c
1-68767
id_privin
2002-10-11 12:05
2002.10.21
Как загрузить иконку из ресурса?


1-68823
First_May
2002-10-09 10:42
2002.10.21
Формы MDI...


1-68786
AndreyS
2002-10-07 18:40
2002.10.21
16-ричная запись


4-69058
Alx2
2002-09-06 14:54
2002.10.21
Глючит RichEdit1.Perform(EM_CHARFROMPOS,0,0)


1-68773
Leny
2002-10-09 14:10
2002.10.21
Exe-шник не запускается!