TFindHandle
From Ultibo.org
Revision as of 03:44, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
Return to Unit Filesystem
Description
To be documented
Class definitions
TFindHandle = class(TListObject)
constructor Create;
|
|
destructor Destroy; override;
|
|
private
| |
FLock:TSynchronizerHandle;
|
|
public
| |
Volume:TDiskVolume;
|
|
Drive:TDiskDrive;
|
|
Any:Boolean;
|
|
Mask:String;
|
|
Attr:LongWord;
|
|
Flags:LongWord;
|
|
Handle:Integer;
|
|
ParentEntry:TDiskEntry;
|
|
CurrentEntry:TDiskEntry;
|
|
function ReaderLock:Boolean;
|
|
function ReaderUnlock:Boolean;
|
|
function ReaderConvert:Boolean;
|
|
function WriterLock:Boolean;
|
|
function WriterUnlock:Boolean;
|
|
function WriterConvert:Boolean;
|
Function declarations
constructor TFindHandle.Create;
Description: To be documented
Note | None documented |
---|
destructor TFindHandle.Destroy;
Description: To be documented
Note | None documented |
---|
function TFindHandle.ReaderLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TFindHandle.ReaderUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TFindHandle.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock
Note | None documented |
---|
function TFindHandle.WriterLock:Boolean;
Description: To be documented
Note | None documented |
---|
function TFindHandle.WriterUnlock:Boolean;
Description: To be documented
Note | None documented |
---|
function TFindHandle.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock
Note | None documented |
---|
Return to Unit Reference