internal void Delete(int Index) { TEscherRecord Obj = FList[Index]; FList.RemoveAt(Index); Obj.Destroy(); }
internal void Remove(TEscherRecord Obj) { FList.Remove(Obj); Obj.Destroy(); }