pbUseDDOStatusHelp - cToolTipController
Determines whether the Status_Help data dictionary property should be used to populate a db-aware UI Object's psToolTip property
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbUseDDOStatusHelp
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbUseDDOStatusHelp to BooleanVariable |
| Write Access: | Set pbUseDDOStatusHelp to BooleanVariable/Value |
Description
Set pbUseDDOStatusHelp to True to use the Status_Help property as the default ToolTip for db-aware UI Objects using this cToolTipController.
Status_Help is a DataDictionary column property. When this value is set for a given column and a UI object (such as a dbForm) is bound to that column via its data dictionary object (DDO), then that column's Status_Help will be used to set the UI Object's psToolTip value.
Set pbUseDDOStatusHelp to False to prevent using the DDO's Status_Help as the default ToolTip. Regardless of the value of pbUseDDOStatusHelp, if you explicitly set the psToolTip property of a UI object, then this will override the Status_Help column value from that object's Server DDO.
Default is True.