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