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

Method Del

source/messhl.cpp:80–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78}
79//---------------------------------------------------------------------------
80void __fastcall TMessHighlightList::Del(int index)
81{
82 if( index >= 0 && index < Count )
83 {
84 delete (TMessHighlight *)Items[index];
85 TList::Delete(index);
86 }
87}
88//---------------------------------------------------------------------------
89TMessStyle * TMessHighlightList::FindStyleForMessage(TSyslogMessage * p)
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected