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