THPDFPage.CreateCheckBox Method
Methodeoverzicht: THPDFPage.CreateCheckBox Method
Declaratie
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
Eenheid
HPDFDoc
Parameters
| Naam | Doel |
|---|---|
FieldName | Name of the form field |
ExportValue | Value exported when the check box is selected |
Rectangle | Widget rectangle on the page |
Checked | Initial checked state |
Retourwaarde
THPDFAcroFormField wrapper for the created check box
Gebruiksaantekeningen
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
Gerelateerde API's
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents