THPDFPage.CreateRadioButton Method

Povzetek metode: THPDFPage.CreateRadioButton Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Vrnjena vrednost

THPDFAcroFormField wrapper for the created radio button

Opombe o uporabi

Povezani API-ji