THPDFPage.CreateCheckBox Method
Riepilogo del metodo: THPDFPage.CreateCheckBox Method
Dichiarazione
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
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 |
Valore restituito
THPDFAcroFormField wrapper for the created check box
Note d'uso
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
API correlate
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents