---------------------------------------------------------------------------
| 77 | } |
| 78 | //--------------------------------------------------------------------------- |
| 79 | void __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 | //--------------------------------------------------------------------------- |
| 89 | void __fastcall TSetupForm::FillRuleList(int SelectedIndex) |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected