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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 60: | Line 60: | ||
| | | | ||
|- | |- | ||
− | | <code>Handle:Integer;</code> | + | |colspan="2"| |
+ | |- | ||
+ | | <code>Handle:THandle;</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>Count:Integer;</code> | ||
| | | | ||
|- | |- |
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]
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