Difference between revisions of "TFSHandleStream"
From Ultibo.org
(Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...") |
|||
Line 19: | Line 19: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | | <code>constructor Create(AHandle: | + | | <code>constructor Create(AHandle:THandle);</code> |
| style="width: 50%;"| | | style="width: 50%;"| | ||
|- | |- | ||
|colspan="2"|<div style="font-family: monospace,courier;">'''private'''</div> | |colspan="2"|<div style="font-family: monospace,courier;">'''private'''</div> | ||
|- | |- | ||
− | | <code>FHandle: | + | | <code>FHandle:THandle;</code> |
| | | | ||
|- | |- | ||
Line 43: | Line 43: | ||
| | | | ||
|- | |- | ||
− | | <code>property Handle: | + | | <code>property Handle:THandle read FHandle;</code> |
| | | | ||
|- | |- | ||
Line 55: | Line 55: | ||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
− | <pre style="border: 0; padding-bottom:0px;">constructor TFSHandleStream.Create(AHandle: | + | <pre style="border: 0; padding-bottom:0px;">constructor TFSHandleStream.Create(AHandle:THandle);</pre> |
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> |
Latest revision as of 04:10, 22 January 2025
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TFSHandleStream = class(TStream)
Function declarations
[Expand]
function TFSHandleStream.Read(var Buffer; Count:LongInt):LongInt;
Description: To be documented
[Expand]
function TFSHandleStream.Write(const Buffer; Count:LongInt):LongInt;
Description: To be documented
[Expand]
function TFSHandleStream.Seek(Offset:LongInt; Origin:Word):LongInt;
Description: To be documented
Return to Unit Reference