THPDFPage.CreateComboBox Method

Riepilogo del metodo: THPDFPage.CreateComboBox Method

Dichiarazione

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

Unità

HPDFDoc

Parametri

NomeScopo
FieldNameName of the form field
InitialValueInitial selected value
OptionsAvailable combo box values
RectangleWidget rectangle on the page

Valore restituito

THPDFAcroFormField wrapper for the created combo box

Note d'uso

API correlate