THPDFPage.CreateRadioButton Method

Method summary: THPDFPage.CreateRadioButton Method

Declaration

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

Unit

HPDFDoc

Parameters

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

Return value

THPDFAcroFormField wrapper for the created radio button

Usage notes

Related APIs