THPDFPage.CreateCheckBox Method
Souhrn metody: THPDFPage.CreateCheckBox Method
Deklarace
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
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 |
Návratová hodnota
THPDFAcroFormField wrapper for the created check box
Poznámky k použití
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
Související API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents