Class TNTNetInfo (unit NTNetWk) |
Inherits from
TComponent
constructor Create(AOwner: TComponent);
procedure niBitBucket(Value: string);
function niGetComputerName: string;
function niGetErrorReporting: TNTNetErrorReporting;
case
function niGetUserName: string;
This procedure discards the passed string.
procedure niRaiseError(errorcode: integer);
used to check if the name is being changedPerform some quick validation.
procedure niSetComputerName(Value: string);
procedure niSetErrorReporting(Value: TNTNetErrorReporting);
property ComputerName : string
property ErrorReporting : TNTNetErrorReporting
property to control use of exception raising
property UserName : string
property VerboseMode : boolean
otherwise, causes problems when loading property to control display of reboot dialog when changing computer name
FComputerName : string;
FNukeOnError : boolean;
FReportFatals : boolean;
FVerbose : boolean;
constructor Create(AOwner: TComponent);
procedure niBitBucket(Value: string);
function niGetComputerName: string;
function niGetErrorReporting: TNTNetErrorReporting;
case
function niGetUserName: string;
This procedure discards the passed string.
It is necessary for the associated property to
show up in the OI.
procedure niRaiseError(errorcode: integer);
used to check if the name is being changed
Perform some quick validation...
procedure niSetComputerName(Value: string);
procedure niSetErrorReporting(Value: TNTNetErrorReporting);
property ComputerName : string
property ErrorReporting : TNTNetErrorReporting
property to control use of exception raising
property UserName : string
property VerboseMode : boolean
otherwise, causes problems when loading property to control display of reboot dialog when changing computer name
FComputerName : string;
FNukeOnError : boolean;
FReportFatals : boolean;
FVerbose : boolean;