// *.h private: void __fastcall CMDialogKey(TWMKey &AMsg); protected: BEGIN_MESSAGE_MAP VCL_MESSAGE_HANDLER(CM_DIALOGKEY, TWMKey, CMDialogKey) END_MESSAGE_MAP(TForm) // *.cpp void __fastcall TForm1::CMDialogKey(TWMKey &AMsg) { TForm::Dispatch(&AMsg); switch(AMsg.CharCode) { case VK_DOWN : ShowMessage("VK_DOWN");break; case VK_UP : ShowMessage("VK_UP");break; case VK_TAB : ShowMessage("VK_TAB");break; } }
Kategorien
-
Neueste Beiträge
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)