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

Method Change

source/fileframe.cpp:139–147  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137}
138//---------------------------------------------------------------------------
139void __fastcall TFileFr::Change(TObject *Sender)
140{
141 if( bEnableValuesChange )
142 {
143 if( OnValuesChange )
144 OnValuesChange(this);
145 RotationEnable();
146 }
147}
148//---------------------------------------------------------------------------
149void TFileFr::SetDefaultFile(bool b)
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected