TIPNetworkEntry
From Ultibo.org
Revision as of 03:09, 22 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit IP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapsed" s...")
Return to Unit IP
Description
To be documented
Class definitions
TIPNetworkEntry = class(TNetworkEntry)
constructor Create;
|
|
private
| |
FNetwork:TInAddr;
|
|
procedure SetNetwork(const ANetwork:TInAddr);
|
|
public
| |
property Network:TInAddr read FNetwork write SetNetwork;
|
Function declarations
constructor TIPNetworkEntry.Create;
Description: To be documented
Note | None documented |
---|
procedure TIPNetworkEntry.SetNetwork(const ANetwork:TInAddr);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference