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