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

Method FormClose

sourcecommon/messageform.cpp:139–143  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137}
138//---------------------------------------------------------------------------
139void __fastcall TMessageForm::FormClose(TObject *Sender, TCloseAction &Action)
140{
141 // ������� ����� ��� ��������
142 Action = caFree;
143}
144//---------------------------------------------------------------------------
145void __fastcall TMessageForm::FormDestroy(TObject *Sender)
146{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected