THPDFPage.CreateRadioButton Method

Methodeoverzicht: THPDFPage.CreateRadioButton Method

Declaratie

function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;

Eenheid

HPDFDoc

Parameters

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

Retourwaarde

THPDFAcroFormField wrapper for the created radio button

Gebruiksaantekeningen

Gerelateerde API's