TServEntry

From Ultibo.org
Revision as of 05:50, 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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit Transport


Description


To be documented

Class definitions



[Expand]

TServEntry = class(TListObject)


Function declarations



[Expand]
constructor TServEntry.Create;
Description: To be documented


[Expand]
destructor TServEntry.Destroy;
Description: To be documented


[Expand]
function TServEntry.GetName:String;
Description: To be documented


[Expand]
procedure TServEntry.SetName(const AName:String);
Description: To be documented


[Expand]
procedure TServEntry.SetPort(APort:Word);
Description: To be documented


[Expand]
function TServEntry.GetProtocol:String;
Description: To be documented


[Expand]
procedure TServEntry.SetProtocol(const AProtocol:String);
Description: To be documented


[Expand]
function TServEntry.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TServEntry.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TServEntry.FindAlias(const Alias:String):Boolean;
Description: To be documented


[Expand]
function TServEntry.AddAlias(const Alias:String):Boolean;
Description: To be documented


[Expand]
function TServEntry.RemoveAlias(const Alias:String):Boolean;
Description: To be documented


Return to Unit Reference