BFC_Environment

Description

The BFC_Environment-component gives you some information about the environment your program is working in.

 

Properties

Autoexec   Declaration
property Autoexec: TStringList;

Description
The stringlist contains all the lines that are entered in the autoexec.bat.

Config   Declaration
property Config: TStringList;

Description
The stringlist contains all the lines that are entered in the config.sys.

Environment   Declaration
property Environment: TStringList;

Description
The stringlist contains all the lines that you can find in the system environment (path, ...)

Windows   Declaration
property Windows: TBFC_WindowsVer;

Description
This property contains information about the version of windows you're working with like

Bootcount, Comment, Computername, ProductName (windows version), ProductType, Registered Organization, Registered Owner, Systemroot, Version, VersionNumber and Workgroup.

Methods

None