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