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

Method UpButtonClick

source/formprocess.cpp:84–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82}
83//---------------------------------------------------------------------------
84void __fastcall TProcessForm::UpButtonClick(TObject *Sender)
85{
86 if( DrawGrid->RowCount < 3 )
87 return;
88 if( DrawGrid->Row == 1 )
89 return;
90 int ARow = DrawGrid->Row - 1;
91 localPRL->Exchange(ARow, ARow - 1);
92 DrawGrid->Row = DrawGrid->Row - 1;
93 DrawGrid->Invalidate();
94}
95//---------------------------------------------------------------------------
96void __fastcall TProcessForm::DownButtonClick(TObject *Sender)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected