THPDFPage.CreateRadioButton Method

Souhrn metody: THPDFPage.CreateRadioButton Method

Deklarace

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

Jednotka

HPDFDoc

Parametry

NázevÚčel
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

Návratová hodnota

THPDFAcroFormField wrapper for the created radio button

Poznámky k použití

Související API