THPDFPage.CreateRadioButton Method

Сводка метода: THPDFPage.CreateRadioButton Method

Объявление

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

Модуль

HPDFDoc

Параметры

ИмяНазначение
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

Возвращаемое значение

THPDFAcroFormField wrapper for the created radio button

Примечания по использованию

Связанные API