THPDFPage.CreateRadioButton Method
メソッドの要約: THPDFPage.CreateRadioButton Method
宣言
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
戻り値
THPDFAcroFormField wrapper for the created radio button
使用上の注意
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
関連 API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents