bre20::Globals Class Reference

Class with static members that will be globally available. These members are the first objects instantiated by the Form1 class. More...

List of all members.

Public Member Functions

 Globals ()
 Not used.

Static Public Attributes

static LogFileObjLogFile
 Use this to write to the log file.
static PropertiesProps
 Use this to set and retrieve properties.


Detailed Description

Class with static members that will be globally available. These members are the first objects instantiated by the Form1 class.


Constructor & Destructor Documentation

bre20::Globals::Globals  ) 
 

Not used.


Member Data Documentation

LogFileObj* bre20::Globals::LogFile [static]
 

Use this to write to the log file.

Properties* bre20::Globals::Props [static]
 

Use this to set and retrieve properties.




BRE Documentation Home