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

Method SetDefaultFile

source/fileframe.cpp:149–159  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147}
148//---------------------------------------------------------------------------
149void TFileFr::SetDefaultFile(bool b)
150{
151 if( b )
152 {
153 GroupBox->Caption = "File settings for default file";
154 }
155 else
156 {
157 GroupBox->Caption = "File settings";
158 }
159}
160//---------------------------------------------------------------------------
161void __fastcall TFileFr::HelpLabelClick(TObject *Sender)
162{

Callers 1

DrawGridClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected