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

Method FormDestroy

source/formprocess.cpp:34–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32}
33//---------------------------------------------------------------------------
34void __fastcall TProcessForm::FormDestroy(TObject *Sender)
35{
36 *AppParams << this << (TStringGrid *)DrawGrid;
37 if( DrawGrid->Row > 0 )
38 LastRuleIndex = DrawGrid->Row - 1;
39 delete DrawGrid_LivingColumns;
40 delete localPRL;
41 localPRL = NULL;
42}
43//---------------------------------------------------------------------------
44void __fastcall TProcessForm::FillRuleList(int SelectedIndex)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected