Autor Beitrag
martin300
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 186
Erhaltene Danke: 2



BeitragVerfasst: Di 26.01.10 17:13 
Ich verwende die Richedit Komponete und dafür soll
ausblenden Delphi-Quelltext
1:
2:
procedure TMyMainForm.redt1KeyDown(Sender: TObject; var Key: Word;
  Shift: TShiftState);

bzw.
ausblenden Delphi-Quelltext
1:
procedure TMyMainForm.redt1KeyPress(Sender: TObject; var Key: Char);					

der Key von einem Word in ein Char umgewandelt werden. Wie ist das möglich?


Moderiert von user profile iconNarses: Topic aus Sonstiges (Delphi) verschoben am Di 26.01.2010 um 16:33
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19339
Erhaltene Danke: 1752

W11 x64 (Chrome, Edge)
Delphi 12 Pro, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Di 26.01.10 18:21 
Chr genügt bereits. ;-)