THPDFPage.CreateComboBox Method

Resumo do método: THPDFPage.CreateComboBox Method

Declaração

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

Unidade

HPDFDoc

Parâmetros

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

Valor de retorno

THPDFAcroFormField wrapper for the created combo box

Notas de uso

APIs relacionadas