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

Method FormDestroy

source/formhl.cpp:49–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47}
48//---------------------------------------------------------------------------
49void __fastcall THighlightForm::FormDestroy(TObject *Sender)
50{
51 *AppParams << this;
52 if( DrawGrid->Row > 0 )
53 LastRuleIndex = DrawGrid->Row - 1;
54 delete DrawGrid_LivingColumns;
55 delete localHPL;
56 localHPL = NULL;
57}
58//---------------------------------------------------------------------------
59void __fastcall THighlightForm::ProfileCBSelect(TObject *Sender)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected