pbAllowCreate - cTagsForm
Determines whether new items can be created dynamically by typing a value
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAllowCreate
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAllowCreate to BooleanVariable |
| Write Access: | Set pbAllowCreate to BooleanVariable/Value |
Description
If True, the control allows creation of new items dynamically by typing a value.
If this happens, the OnCreate event will be triggered and, if pbAllowCreate is True on the selection source (cSelectionSource), it will try to automatically create a new item.
By default, pbAllowCreate is True.