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

Method Change

source/messprocessframe.cpp:173–180  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

171}
172//---------------------------------------------------------------------------
173void __fastcall TMessProcessFr::Change(TObject *Sender)
174{
175 if( bEnableValuesChange )
176 {
177 if( OnValuesChange )
178 OnValuesChange(this);
179 }
180}
181//---------------------------------------------------------------------------
182void __fastcall TMessProcessFr::RecipientEditEnter(TObject *Sender)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected