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

Method Clear

source/main.cpp:413–425  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

411}
412//---------------------------------------------------------------------------
413void __fastcall TMainForm::Clear(void)
414{
415 for(int i=0, l=MessList->Count; i<l; i++)
416 delete (TSyslogMessage *)MessList->Items[i];
417 MessList->Clear();
418
419 LogSG->RowCount = 2;
420
421 TotalLines = 0;
422 ReadedSize = 0;
423
424 UpdateDislpayInfo();
425}
426//---------------------------------------------------------------------------
427void __fastcall TMainForm::Read(bool bAllowAddVisibleLines)
428{

Callers 4

aFilterByIPExecuteMethod · 0.45
aFilterByHostExecuteMethod · 0.45
aFilterByTagExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected