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

Method AddButtonClick

source/formprocess.cpp:65–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

63}
64//---------------------------------------------------------------------------
65void __fastcall TProcessForm::AddButtonClick(TObject *Sender)
66{
67 TMessProcessRule * p = new TMessProcessRule;
68 localPRL->Add(p);
69 DrawGrid->RowCount = 1 + localPRL->Count;
70 DrawGrid->Row = DrawGrid->RowCount - 1;
71 DrawGrid->FixedRows = 1;
72}
73//---------------------------------------------------------------------------
74void __fastcall TProcessForm::DelButtonClick(TObject *Sender)
75{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected