---------------------------------------------------------------------------
| 993 | |
| 994 | //--------------------------------------------------------------------------- |
| 995 | void __fastcall TExportF::FormCloseQuery(TObject *Sender, bool &CanClose) |
| 996 | { |
| 997 | CanClose=CloseDialog; |
| 998 | CloseDialog=true; |
| 999 | } |
| 1000 | |
| 1001 | //--------------------------------------------------------------------------- |
| 1002 |
nothing calls this directly
no outgoing calls
no test coverage detected