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

Method Del

source/messprocessing.cpp:181–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

179}
180//---------------------------------------------------------------------------
181void __fastcall TMessProcessRuleList::Del(int index)
182{
183 if( index >= 0 && index < Count )
184 {
185 delete (TMessProcessRule *)Items[index];
186 TList::Delete(index);
187 }
188}
189//---------------------------------------------------------------------------
190void TMessProcessRuleList::Save(String file)
191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected