TdxPDFRadioGroupField Class
A radio group field.
Declaration
TdxPDFRadioGroupField = class(
TdxPDFCustomField
)
Remarks
The TdxPDFRadioGroupField class members allow you to do the following:
- Obtain the number of radio buttons in the field (ItemCount).
- Access individual radio buttons (Items).
- Switch between radio buttons (ItemIndex).
- Obtain the name of the current radio group state (State).
- Add new radio buttons (AddItem and InsertItem).
- Sort and rearrange radio buttons (Sort and MoveItem).
- Delete radio buttons (ClearItems and DeleteItem).
- Enable or disable read-only mode (ReadOnly).
- Specify if the field’s value is exportable (Exportable).
- Restore the field’s default value (Reset).
- Clear the field (Clear).
Inheritance
See Also