TdxPDFChoiceField.Selected Property
Provides indexed access to the selection status of individual field items.
Declaration
property Selected[Index: Integer]: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | True if the specified field item is selected; otherwise, False. |
Remarks
Use this property to select multiple field items programmatically.
See Also