TdxPDFChoiceField.Selected Property
In This Article
Provides indexed access to the selection status of individual field items.
#Declaration
Delphi
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