TIPNetworkEntry
From Ultibo.org
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