THPDFPage.CreateCheckBox Method
Резюме на метода: THPDFPage.CreateCheckBox Method
Декларация
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
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