MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FormCloseQuery

Method FormCloseQuery

source/setup.cpp:323–326  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

321}
322//---------------------------------------------------------------------------
323void __fastcall TSetupForm::FormCloseQuery(TObject *Sender, bool &CanClose)
324{
325 CanClose = CancelButton->Enabled;
326}
327//---------------------------------------------------------------------------
328void __fastcall TSetupForm::AddFileButtonClick(TObject *Sender)
329{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected