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

Method FormDestroy

source/setup.cpp:79–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77}
78//---------------------------------------------------------------------------
79void __fastcall TSetupForm::FormDestroy(TObject *Sender)
80{
81 LastTabIndex = PageControl->TabIndex;
82 if( DrawGrid->Row > 0 )
83 LastFileIndex = DrawGrid->Row - 1;
84 delete localSFL;
85 localSFL = NULL;
86 *AppParams << (TStringGrid *)DrawGrid;
87}
88//---------------------------------------------------------------------------
89void __fastcall TSetupForm::FillRuleList(int SelectedIndex)
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected