pbAddEmptyItem - dbParentCombo
Determines whether an "undefined" item is added to the combo list
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAddEmptyItem
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAddEmptyItem to BooleanVariable |
| Write Access: | Set pbAddEmptyItem to BooleanVariable/Value |
Description
You usually want an "undefined" item in the list, which is selected when the parent record is cleared or null. This is determined by the pbAddEmptyItem property, which defaults to True.
The content of the empty item can be customized by setting the psEmptyItemDescription property.