THPDFPage.CreateRadioButton Method
Resumen del método: THPDFPage.CreateRadioButton Method
Declaración
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
Valor de retorno
THPDFAcroFormField wrapper for the created radio button
Notas de uso
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
APIs relacionadas
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents