Skip to content

Properties for cApplication

View property list in alphabetical order.

Name Description Defining Class
pbEnterKeyAsTabKey Determines whether the Enter key should act like the Tab key Set the pbEnterKeyAsTabKey property to True if you want the Enter (Return) key to act like the Tab key. cApplication
pbLegacyDialogRatio Sets an application's sizing to use the older, DPI unfriendly dialog to GUI conversion logic cApplication
pbPreserveEnvironment Determines whether program information is automatically saved and restored cApplication
pbUseWindowsFont Determines whether the application uses Windows system fonts Determines whether the application uses Windows system fonts as its global font. cApplication
peHelpType Determines which type of help system is used by the program The framework can work with different help systems. cApplication
phoCommandLine Holds the object-handle of the embedded cCommandLine object cApplication
phoMainPanel Holds the object-handle of the program's main panel cApplication
phoVersionInfo Holds the object-handle of the embedded cVersionInfo object cApplication
phoWorkspace Holds the object-handle of the embedded cWorkspace object An instance of cWorkspace is encapsulated within this class to handle all aspects of the program's Workspace. cApplication
psAutoOpenWorkspace Controls which workspace file is opened by cApplication object in program cApplication
psCompany The name of the company producing the program The psCompany property provides the name of the company producing the program. cApplication
psHelpFile Name of the compiled HTML (CHM) helpfile to display You should set the psHelpFile property to the fully-qualified filename of the Compiled HTML help file that you want your program to display. cApplication
psProduct The name of the product psProduct is the name of the product. cApplication
psProgram The name of the program psProgram is the name of the program. cApplication
psVersion The version of the program psVersion is the version of the program. cApplication

Inherited Properties from cObject

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject