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