---------------------------------------------------------------------------
| 10 | TFilterForm *FilterForm; |
| 11 | //--------------------------------------------------------------------------- |
| 12 | __fastcall TFilterForm::TFilterForm(TComponent* Owner) |
| 13 | : TForm(Owner) |
| 14 | { |
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected