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