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

Method MatchChange

source/messmatchframe.cpp:60–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

58}
59//---------------------------------------------------------------------------
60void __fastcall TMessMatchFr::MatchChange(TObject *Sender)
61{
62 if( bEnableValuesChange )
63 {
64 if( OnValuesChange )
65 OnValuesChange(this);
66 }
67}
68//---------------------------------------------------------------------------
69void __fastcall TMessMatchFr::CheckAllFacButtonClick(TObject *Sender)
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected