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

NombrePropósito
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

Valor de retorno

THPDFAcroFormField wrapper for the created radio button

Notas de uso

APIs relacionadas