THPDFPage.CreateRadioButton Method
Podsumowanie metody: THPDFPage.CreateRadioButton Method
Deklaracja
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
Wartość zwracana
THPDFAcroFormField wrapper for the created radio button
Uwagi dotyczące użycia
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
Powiązane API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents