MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / FormCloseQuery

Method FormCloseQuery

Source/GUI/VCL/GUI_Export.cpp:995–999  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

993
994//---------------------------------------------------------------------------
995void __fastcall TExportF::FormCloseQuery(TObject *Sender, bool &CanClose)
996{
997 CanClose=CloseDialog;
998 CloseDialog=true;
999}
1000
1001//---------------------------------------------------------------------------
1002

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected