TdxPDFChoiceField Properties
The base class for interactive fields that allow users to choose one or more options.
Name | Description |
---|---|
Exportable |
Specifies if the field’s value is exportable.
Inherited from Tdx |
Full |
Returns the field’s name.
Inherited from Tdx |
Immediate |
Specifies if the field immediately saves a selected item’s value in the PDF document model. |
Item |
Returns the number of field items. |
Item |
Specifies the selected field item‘s index. |
Items | Provides indexed access to field items. |
Multi |
Specifies if users can select multiple field items. |
Owner protected |
Provides access to the persistent object to which the current property set or persistent information container belongs.
Inherited from Tcx |
Read |
Specifies if the field has read-only status.
Inherited from Tdx |
Selected | Provides indexed access to the selection status of individual field items. |
Selected |
Returns the number of selected field items. |
Sorted | Specifies if field items are sorted. |
Top |
Specifies an index of the item positioned at the top field border. |
See Also