TSocketList
From Ultibo.org
Revision as of 05:40, 30 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Transport __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")
Return to Unit Transport
Description
To be documented
Class definitions
[Expand]
TSocketList = class(TObject)
Function declarations
[Expand]
function TSocketList.GetItem(AIndex:Integer):TTransportSocket;
Description: To be documented
[Expand]
procedure TSocketList.SetItem(AIndex:Integer; AItem:TTransportSocket);
Description: To be documented
[Expand]
function TSocketList.Remove(ASocket:TTransportSocket):Integer;
Description: To be documented
Return to Unit Reference