THPDFPage.CreateCheckBox Method
Зведення методу: THPDFPage.CreateCheckBox Method
Оголошення
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
Модуль
HPDFDoc
Параметри
| Назва | Призначення |
|---|---|
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 |
Повернене значення
THPDFAcroFormField wrapper for the created check box
Примітки щодо використання
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
Пов'язані API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents