Module cApplication.pkg
cApplication.pkg
Author: SWB
Mar 1, 2002 SWB changed the order of the DoOpenWorkspace method to try to load the file from the path before looking in the Registered list
Mar 13, 2000 SWB changed the GetApplicationFileName method to use a safer method of retrieving the filename from the OS
Mar 13, 2000 SWB changed the default of psProgram to use Module_Name, as this works across chained-to programs
cApplication.pkg (view source)- import declarations
- cApplication : cObject
Construct_Object()
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
pbEnterKeyAsTabKey()
DoLoadEnvironment(Handle hoContainer Boolean bProgram)
- Integer
hoRegistry - Integer
hoCommandBars - Integer
iError - Integer
cxy - tWinWindowPlacement
WindowPlacement - String
sKey - Boolean
bSuccess - String
sObjectName
DoSaveEnvironment(Handle hoContainer Boolean bProgram)
- Integer
hoRegistry - Integer
iError - tWinWindowPlacement
WindowPlacement - String
sKey - Boolean
bSuccess - Integer
eShowCmd - String
sObjectName
- String
RegistryKeyString()
- String
sCompany - String
sProduct - String
sVersion - String
sProgram
WriteString(String sSubKey String sValueName String sValueData)
- String
sKey - Integer
hoRegistry - Integer
iError
WriteDword(String sSubKey String sValueName Dword dwValueData)
- String
sKey - Integer
hoRegistry - Integer
iError
WriteBinary(String sSubKey String sValueName Address aValueData Integer iDataLength)
- String
sKey - Integer
hoRegistry - Integer
iError
- Boolean
ValueExists(string sSubKey string sValueName)
returns true if both sub-key and value exists.
- String
sKey - Integer
hoRegistry - Boolean
bOK
- String
ReadString(String sSubKey String sValueName string sDefault)
- String
sKey - String
sData - Integer
hoRegistry - Boolean
bOK
- DWord
ReadDword(String sSubKey String sValueName dword dwDefault)
- String
sKey - Integer
dwData - Integer
hoRegistry - Boolean
bOK
- Boolean
ReadBinary(String sSubKey String sValueName Address aValueData Integer iDataLength)
- String
sKey - Integer
hoRegistry - Boolean
bOK - Boolean
bSuccess
DoOpenWorkspace(String sWorkspace)
- Integer
eOpened - String
sError - String
sWSFile - Integer
hoWorkspace
OnCreate()
End_Construct_Object()
- String
sName
- String
GetApplicationFileName()
- Integer
iNumChars - String
sFilename
- String
GetApplicationPath()
- String
sApplicationFileName - String
sPath - Boolean
bRemoved
- String
GetApplicationName()
- String
sApplicationFileName - String
sApplicationName - Boolean
bRemoved - Integer
iVoid
References (3):
Field References (0):
Module | Containing Symbol | Line |
---|