THPDFPage.CreateComboBox Method

Sažetak metode: THPDFPage.CreateComboBox Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Povratna vrijednost

THPDFAcroFormField wrapper for the created combo box

Napomene za uporabu

Povezani API-ji