TdxPDFCheckBoxField Class
In This Article
A checkbox field.
#Declaration
Delphi
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