TFileSysListEx

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TFileSysListEx = class(TLinkedObjList)


Function declarations



[Expand]
constructor TFileSysListEx.Create(ALock:TSynchronizerHandle);
Description: To be documented


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


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


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


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


[Expand]
function TFileSysListEx.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock


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


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


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


Return to Unit Reference