Class Hierarchy:
cObject

cApplicationClass Definition
Properties
Boolean
pbPreserveEnvironment
Integer
peHelpType
htNoHelp htHtmlHelp htWinHelp
Handle
phoCommandLine
Handle
phoMainPanel
main panel will set this for us.
Handle
phoVersionInfo
Handle
phoWorkspace
String
psAutoOpenWorkspace
set to '' to stop the auto open workspace behavior
String
psCompany
String
psHelpFile
type of file is determined by peHelpType
String
psProduct
String
psProgram
String
psVersion
Functions and Procedures

Construct_Object()

DoLoadEnvironment(Handle hoContainer Boolean bProgram)

DoOpenWorkspace(String sWorkspace)

DoSaveEnvironment(Handle hoContainer Boolean bProgram)

End_Construct_Object()
String
GetApplicationFileName()
String
GetApplicationName()
String
GetApplicationPath()

OnCreate()
Boolean
pbEnterKeyAsTabKey()
Boolean
ReadBinary(String sSubKey String sValueName Address aValueData Integer iDataLength)
DWord
ReadDword(String sSubKey String sValueName dword dwDefault)
String
ReadString(String sSubKey String sValueName string sDefault)
String
RegistryKeyString()

Set(Boolean bNext)
************************************************************************************
Get/Set pbEnterKeyAsTabKey
Determines if the Enter key should act like the Tab key (and send msg_Next)
The use of a global variable, gbKEnterNext, makes this an application-wide property
************************************************************************************
Boolean
ValueExists(string sSubKey string sValueName)
returns true if both sub-key and value exists.

WriteBinary(String sSubKey String sValueName Address aValueData Integer iDataLength)

WriteDword(String sSubKey String sValueName Dword dwValueData)

WriteString(String sSubKey String sValueName String sValueData)
Instances
oEvalObj | cInternetSessionBusinessProcess.pkg | 88 |
References (2):