TdxPDFChoiceField.Items Property
Provides indexed access to field items.
Declaration
property Items[Index: Integer]: TdxPDFChoiceFieldValue read; default;
Property Value
Type | Description |
---|---|
TdxPDFChoiceFieldValue | A field item. |
Remarks
Use the ItemCount property to identify the number of available field items.
See Also