TNetworkSetting

From Ultibo.org
Revision as of 07:17, 22 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Network __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-co...")

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

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