TNTFSEntryList

From Ultibo.org
Revision as of 05:40, 24 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSEntryList = class(TObject)


Function declarations



[Expand]
constructor TNTFSEntryList.Create;
Description: To be documented


[Expand]
destructor TNTFSEntryList.Destroy;
Description: To be documented


[Expand]
function TNTFSEntryList.Link(AEntry:TNTFSDiskEntry):Boolean;
Description: Link Entry to PrevEntry,NextEntry Siblings


[Expand]
function TNTFSEntryList.Unlink(AEntry:TNTFSDiskEntry):Boolean;
Description: Unlink Entry from PrevEntry,NextEntry Siblings


[Expand]
function TNTFSEntryList.Add(AEntry:TNTFSDiskEntry):Boolean;
Description: Add Entry to List and Link with Siblings


[Expand]
function TNTFSEntryList.Remove(AEntry:TNTFSDiskEntry):Boolean;
Description: Unlink Entry from Siblings and Remove from List


[Expand]
procedure TNTFSEntryList.ClearList;
Description: To be documented


Return to Unit Reference