THPDFPage.CreateRadioButton Method
Metódus összefoglaló: THPDFPage.CreateRadioButton Method
Deklaráció
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
Egység
HPDFDoc
Paraméterek
| Név | Cél |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
Visszatérési érték
THPDFAcroFormField wrapper for the created radio button
Használati megjegyzések
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
Kapcsolódó API-k
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents