本文整理自网络,侵删。
procedure TForm1.Memo1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);begin if (Shift =[ssCtrl]) and (Key=65) then Memo1.SelectAllend;
相关阅读 >>
Delphi tms web core twebsocketclient
Delphi winapi: getmodulehandle - 获取一个模块(exe 或 dll)的句柄
Delphi ioutils tdirectory获取一个目录下所有文件名,包括子目录
更多相关阅读请进入《Delphi》频道 >>