Class TNTNetInfo (unit NTNetWk)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

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 changed

Perform some quick validation.


procedure niSetComputerName(Value: string);


procedure niSetErrorReporting(Value: TNTNetErrorReporting);


Properties

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

Events

Variables

FComputerName : string;


FNukeOnError : boolean;


FReportFatals : boolean;


FVerbose : boolean;



Constructors


constructor Create(AOwner: TComponent);


Functions


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);


Properties


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


Events


Variables


FComputerName : string;


FNukeOnError : boolean;


FReportFatals : boolean;


FVerbose : boolean;