THPDFPage.CreateRadioButton Method

Riepilogo del metodo: THPDFPage.CreateRadioButton Method

Dichiarazione

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

Unità

HPDFDoc

Parametri

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

Valore restituito

THPDFAcroFormField wrapper for the created radio button

Note d'uso

API correlate