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

Method DelButtonClick

source/formprocess.cpp:74–82  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72}
73//---------------------------------------------------------------------------
74void __fastcall TProcessForm::DelButtonClick(TObject *Sender)
75{
76 if( DrawGrid->RowCount < 2 )
77 return;
78 int ARow = DrawGrid->Row - 1;
79 localPRL->Del(ARow);
80 DrawGrid->RowCount = 1 + localPRL->Count;
81 DrawGrid->OnClick(this);
82}
83//---------------------------------------------------------------------------
84void __fastcall TProcessForm::UpButtonClick(TObject *Sender)
85{

Callers

nothing calls this directly

Calls 1

DelMethod · 0.45

Tested by

no test coverage detected