Difference between revisions of "TRawHandle"
From Ultibo.org
(Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...") |
|||
Line 60: | Line 60: | ||
| | | | ||
|- | |- | ||
− | | <code>Handle: | + | | <code>Handle:THandle;</code> |
| | | | ||
|- | |- |
Revision as of 04:28, 22 January 2025
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TRawHandle = class(TListObject)
Function declarations
[Expand]
function TRawHandle.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock
[Expand]
function TRawHandle.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock
Return to Unit Reference