THPDFPage.CreateComboBox Method

Résumé de la méthode: THPDFPage.CreateComboBox Method

Déclaration

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

Unité

HPDFDoc

Paramètres

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

Valeur de retour

THPDFAcroFormField wrapper for the created combo box

Notes d'utilisation

API associées