THPDFPage.CreateComboBox Method

Methodeoverzicht: THPDFPage.CreateComboBox Method

Declaratie

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

Eenheid

HPDFDoc

Parameters

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

Retourwaarde

THPDFAcroFormField wrapper for the created combo box

Gebruiksaantekeningen

Gerelateerde API's