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 | 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 | cApplication |
| peHelpType | Determines which type of help system is used by the program | 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 | cApplication |
| psAutoOpenWorkspace | Controls which workspace file is opened by cApplication object in program | cApplication |
| psCompany | The name of the company producing the program | cApplication |
| psHelpFile | Name of the compiled HTML (CHM) helpfile to display | cApplication |
| psProduct | The name of the product | cApplication |
| psProgram | The name of the program | cApplication |
| psVersion | 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 | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |