| 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 |
| pbAutoConnect | When True, AutoConnect registers all connections by sending RegisterAllConnections and logs in to all connections by sending LoginAll | |
| pbCmdLineIniAllowed | Determines whether passing a Connections INI file as a command line parameter is permitted | |
| pbEncryptPassword | Determines whether EncryptPassword and DecryptPassword use encryption | |
| pbLoginDialogRequired | Determines whether a login dialog is required | |
| pbLoginOnOpen | Determines whether the Open command should attempt a login if the server is not already logged into | |
| pbSkipDuplicateLogin | Determines whether login is skipped if a connection is already logged in | |
| pbUseConnectionIni | pbUseConnectionIni determines whether Managed Connections are used | |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| piErrorLine | Set to the error line if an error occurs during error trapping | |
| piErrorNumber | Set to the error number if an error occurs during error trapping | |
| psConnectionAppName | Application name value that will be passed in the SQL connection string | |
| psConnectionIdCmdLine | Name of the command line parameter used to pass a Connections INI file to a program | |
| psConnectionIni | Contains the path to the Connections INI file | |
| psErrorText | Set to the error text if an error occurs during error trapping | |
| pTokenConnections | | |