THPDFPage.CreateComboBox Method

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

Объявление

function CreateComboBox(const FieldName, InitialValue: AnsiString; const Options: array of AnsiString; Rectangle: TRect): THPDFAcroFormField;

Модуль

HPDFDoc

Параметры

ИмяНазначение
FieldNameName of the form field
InitialValueInitial selected value
OptionsAvailable combo box values
RectangleWidget rectangle on the page

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

THPDFAcroFormField wrapper for the created combo box

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

Связанные API