Difference between revisions of "TRawHandle"
From Ultibo.org
Line 59: | Line 59: | ||
| <code>Position:Int64;</code> | | <code>Position:Int64;</code> | ||
| | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
|- | |- | ||
| <code>Handle:THandle;</code> | | <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