TdxPDFRadioGroupFieldItem Class
In This Article
A radio button.
#Declaration
Delphi
TdxPDFRadioGroupFieldItem = class(
TdxPDFCustomField
)
#Remarks
This class extends its ancestor with the CheckedStateName property that returns the name of the radio group state. The radio group state corresponds to this radio button.
A radio group field’s Items property references a TdxPDFRadioGroupFieldItem object.
#Inheritance
See Also