THPDFPage.CreateListBox Method

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

Объявление

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

Модуль

HPDFDoc

Параметры

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

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

THPDFAcroFormField wrapper for the created list box

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

Связанные API