THPDFPage.CreateListBox Method

Resumo do método: THPDFPage.CreateListBox Method

Declaração

function CreateListBox(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 list box values
RectangleWidget rectangle on the page

Valor de retorno

THPDFAcroFormField wrapper for the created list box

Notas de uso

APIs relacionadas