TFileHandle

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TFileHandle = class(TListObject)


Function declarations



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


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


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


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


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


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


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


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


Return to Unit Reference