TdxPDFCheckBoxField Class
A checkbox field.
Declaration
TdxPDFCheckBoxField = class(
TdxPDFCustomField
)
Remarks
This class extends its ancestor with the Checked property that allows you to specify if the field is checked.
A PDF form‘s GetCheckBoxField and TryGetCheckBoxField functions return a TdxPDFCheckBoxField object.
Inheritance
See Also