THPDFPage.CreateRadioButton Method
Ringkasan metode: THPDFPage.CreateRadioButton Method
Deklarasi
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
Nilai balik
THPDFAcroFormField wrapper for the created radio button
Catatan penggunaan
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
API terkait
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents