THPDFPage.CreateRadioButton Method

Podsumowanie metody: THPDFPage.CreateRadioButton Method

Deklaracja

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

Jednostka

HPDFDoc

Parametry

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

Wartość zwracana

THPDFAcroFormField wrapper for the created radio button

Uwagi dotyczące użycia

Powiązane API