TdxPDFComboBoxField Class
A combobox field.
Declaration
TdxPDFComboBoxField = class(
TdxPDFChoiceField
)
Remarks
The class members allow you to do the following:
- Obtain the field’s exportable and display values (ExportText and Text).
- Add new items (AddItem and InsertItem).
- Sort and rearrange items (Sort and MoveItem).
- Delete items (ClearItems and DeleteItem).
- Enable or disable read-only mode (ReadOnly).
- Specify if the field’s value is exportable (Exportable).
- Restore the field’s default value (Reset).
- Clear the field (Clear).
Inheritance
See Also