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
واجهات برمجة التطبيقات ذات الصلة
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents