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

Method Clear

source/messhl.cpp:61–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59}
60//---------------------------------------------------------------------------
61void __fastcall TMessHighlightList::Clear(void)
62{
63 for(int i=0; i<Count; i++)
64 delete (TMessHighlight *)Items[i];
65 TList::Clear();
66}
67//---------------------------------------------------------------------------
68void __fastcall TMessHighlightList::Add(TMessHighlight * p)
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected