Difference between revisions of "TTransportBinding"
From Ultibo.org
(Created page with "Return to Unit Transport __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...") |
|||
Line 39: | Line 39: | ||
| | | | ||
|- | |- | ||
− | | <code>Index: | + | | <code>Index:THandle</code> |
| | | | ||
|- | |- |
Latest revision as of 07:00, 15 June 2021
Return to Unit Transport
Description
To be documented
Class definitions
[Expand]
TTransportBinding = class(TListObject)
Function declarations
[Expand]
function TTransportBinding.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock
[Expand]
function TTransportBinding.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock
Return to Unit Reference