TFileSysList

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TFileSysList = class(TLinkedObjList)


Function declarations



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


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


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


[Expand]
function TFileSysList.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TFileSysList.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TFileSysList.ReaderConvert:Boolean;
Description: To be documented


[Expand]
function TFileSysList.WriterLock:Boolean;
Description: To be documented


[Expand]
function TFileSysList.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TFileSysList.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock


Return to Unit Reference