Class: cApplication

Module location: cApplication.pkg line 33 (view source)

Class Hierarchy:

cObjectcApplication

Class Definition

Properties

BooleanpbPreserveEnvironment
IntegerpeHelpType
htNoHelp htHtmlHelp htWinHelp
HandlephoCommandLine
HandlephoMainPanel
main panel will set this for us.
HandlephoVersionInfo
HandlephoWorkspace
StringpsAutoOpenWorkspace
set to '' to stop the auto open workspace behavior
StringpsCompany
StringpsHelpFile
type of file is determined by peHelpType
StringpsProduct
StringpsProgram
StringpsVersion

Functions and Procedures

Construct_Object()
DoLoadEnvironment(Handle hoContainer Boolean bProgram)
DoOpenWorkspace(String sWorkspace)
DoSaveEnvironment(Handle hoContainer Boolean bProgram)
End_Construct_Object()
StringGetApplicationFileName()
StringGetApplicationName()
StringGetApplicationPath()
OnCreate()
BooleanpbEnterKeyAsTabKey()
BooleanReadBinary(String sSubKey String sValueName Address aValueData Integer iDataLength)
DWordReadDword(String sSubKey String sValueName dword dwDefault)
StringReadString(String sSubKey String sValueName string sDefault)
StringRegistryKeyString()
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 ************************************************************************************
BooleanValueExists(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

oEvalObjcInternetSessionBusinessProcess.pkg88

References (2):

ModuleContaining SymbolLine
Order.srcoApplication10
WebApp.srcoApplication3