---------------------------------------------------------------------------
| 47 | } |
| 48 | //--------------------------------------------------------------------------- |
| 49 | void __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 | //--------------------------------------------------------------------------- |
| 59 | void __fastcall THighlightForm::ProfileCBSelect(TObject *Sender) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected