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
واجهات برمجة التطبيقات ذات الصلة
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents