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

Method Del

source/fdb.cpp:420–427  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

418}
419//---------------------------------------------------------------------------
420void __fastcall TStorageFileList::Del(int index)
421{
422 if( index >= 0 && index < Count )
423 {
424 delete (TStorageFile *)Items[index];
425 TList::Delete(index);
426 }
427}
428//---------------------------------------------------------------------------
429void TStorageFileList::Save(XMLNode * p)
430{

Callers 3

DelFileButtonClickMethod · 0.45
DelButtonClickMethod · 0.45
DelButtonClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected