Difference between revisions of "TNetworkSetting"

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

Latest revision as of 07:17, 22 May 2018

Return to Unit Network


Description


To be documented

Class definitions



TNetworkSetting = class(TListObject)

private
FName:String;  
FValue:String;  
 
FHash:LongWord;  
 
procedure SetName(const AName:String);  
public
property Name:String read FName write SetName;  
property Value:String read FValue write FValue;  
 
property Hash:LongWord read FHash;  


Function declarations



procedure TNetworkSetting.SetName(const AName:String);
Description: To be documented
Note None documented


Return to Unit Reference