Difference between revisions of "TRawHandle"

From Ultibo.org
Jump to: navigation, search
 
Line 59: Line 59:
 
| <code>Position:Int64;</code>
 
| <code>Position:Int64;</code>
 
| &nbsp;
 
| &nbsp;
 +
|-
 +
|colspan="2"|&nbsp;
 
|-
 
|-
 
| <code>Handle:THandle;</code>
 
| <code>Handle:THandle;</code>
 +
| &nbsp;
 +
|-
 +
| <code>Count:Integer;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Latest revision as of 05:37, 22 January 2025

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TRawHandle = class(TListObject)


Function declarations



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


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


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


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


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


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


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


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


Return to Unit Reference