TNTFSEntryList

From Ultibo.org
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