THPDFPage.CreateRadioButton Method
Povzetek metode: THPDFPage.CreateRadioButton Method
Deklaracija
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
Unit
HPDFDoc
Parametri
| Name | Namen |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
Vrnjena vrednost
THPDFAcroFormField wrapper for the created radio button
Opombe o uporabi
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
Povezani API-ji
- THPDFPage
- THPDFPage Methods
- Podpora AcroForm
- THotPDF
- Contents