Difference between revisions of "TIPNetworkEntry"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit IP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapsed" s...")
 
(No difference)

Latest revision as of 03:09, 22 May 2018

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