hi,
ich hab das:
Delphi-Quellcode:
procedure TForm1.ChatBoxKeyDown(Sender: TObject; var Key: Word;
Shift: TShiftState);
begin
if (Key = VK_RETURN) and (Shift = ssShift) then
begin [...]
aber der Gerät sagt bei
(Shift = ssShift
inkompatible Typen dabei hab ich sogar in die Delphi Hilfe geschaut.
Was mach ich falsch?
Gruß roboter202