THPDFPage.CreateCheckBox Method
Sažetak metode: THPDFPage.CreateCheckBox Method
Deklaracija
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
Unit
HPDFDoc
Parametri
| Name | Svrha |
|---|---|
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 |
Povratna vrijednost
THPDFAcroFormField wrapper for the created check box
Napomene za uporabu
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
Povezani API-ji
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents