TdxPDFListBoxField Class
A list box field.
Declaration
TdxPDFListBoxField = class(
TdxPDFChoiceField
)
Remarks
The TdxPDFListBoxField class members allow you to do the following:
- Add new list items (AddItem and InsertItem).
- Obtain the number of list items (ItemCount).
- Rearrange and sort list items (MoveItem and Sorted).
- Scroll list items to position the specified item at the top of the list (TopIndex).
- Select individual list items (Selected).
- Obtain the number of selected items (SelectedCount).
- Select all list items (SelectAll).
- Deselect all items (ClearSelection).
- 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