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

Method OnFrameValuesChange

source/formprocess.cpp:203–216  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

201}
202//---------------------------------------------------------------------------
203void __fastcall TProcessForm::OnFrameValuesChange(TObject *Sender)
204{
205 if( DrawGrid->Row < 1 )
206 return;
207 int ARow = DrawGrid->Row - 1;
208 TMessProcessRule * p = localPRL->Get(ARow);
209 if( p )
210 {
211 p->bEnable = ActiveCB->Checked;
212 MessMatchFr->FromDialog(&p->Match);
213 MessProcessFr->FromDialog(&p->Process);
214 DrawGrid->Invalidate();
215 }
216}
217//---------------------------------------------------------------------------
218void __fastcall TProcessForm::HelpButtonClick(TObject *Sender)
219{

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
FromDialogMethod · 0.45

Tested by

no test coverage detected