MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FormKeyDown

Method FormKeyDown

sourcecommon/messageform.cpp:17–22  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

15}
16//---------------------------------------------------------------------------
17void __fastcall TMessageForm::FormKeyDown(TObject *Sender, WORD &Key,
18 TShiftState Shift)
19{
20 if( Key==VK_RETURN || Key==VK_ESCAPE )
21 CloseButtonClick(Sender);
22}
23//---------------------------------------------------------------------------
24void __fastcall TMessageForm::CloseButtonClick(TObject *Sender)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected