THPDFPage.CreateRadioButton Method

Ringkasan metode: THPDFPage.CreateRadioButton Method

Deklarasi

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

Unit

HPDFDoc

Parameter

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

Nilai balik

THPDFAcroFormField wrapper for the created radio button

Catatan penggunaan

API terkait