THPDFPage.CreateRadioButton Method

Sažetak metode: THPDFPage.CreateRadioButton Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Povratna vrijednost

THPDFAcroFormField wrapper for the created radio button

Napomene za uporabu

Povezani API-ji