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

Method aCancelViewFileExecute

source/main.cpp:1011–1016  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1009}
1010//---------------------------------------------------------------------------
1011void __fastcall TMainForm::aCancelViewFileExecute(TObject *Sender)
1012{
1013 SelectFileCBSelect(NULL);
1014 SetViewFileMode(false);
1015 DeleteFile(TmpViewFileName);
1016}
1017//---------------------------------------------------------------------------
1018void PrintSB(int i, String s)
1019{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected