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