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 TdxPDFCustomField. |
| FullName | Returns the field’s name. Inherited from TdxPDFCustomField. |
| ImmediatePost | Specifies if the field immediately saves a selected item’s value in the PDF document model. |
| ItemCount | Returns the number of field items. |
| ItemIndex | Specifies the selected field item‘s index. |
| Items | Provides indexed access to field items. |
| MultiSelect protected | 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 TcxOwnedPersistent. |
| ReadOnly | Specifies if the field has read-only status. Inherited from TdxPDFCustomField. |
| Selected | Provides indexed access to the selection status of individual field items. |
| SelectedCount | Returns the number of selected field items. |
| Sorted | Specifies if field items are sorted. |
| TopIndex protected | Specifies an index of the item positioned at the top field border. |
See Also