Difference between revisions of "TFileHandle"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
 
 
Line 51: Line 51:
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>Handle:Integer;</code>
+
| <code>Handle:THandle;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Latest revision as of 04:27, 22 January 2025

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