THPDFPage.CreateTextField Method

Resumo do método: THPDFPage.CreateTextField Method

Declaração

function CreateTextField(const FieldName, InitialValue: AnsiString; Rectangle: TRect; MaxLen: Integer = 0; Flags: THPDFFormFieldFlags = []): THPDFAcroFormField;

Unidade

HPDFDoc

Parâmetros

NomeFinalidade
FieldNameName of the form field
InitialValueInitial text value
RectangleWidget rectangle on the page
MaxLenMaximum accepted text length, or 0 for no explicit limit
FlagsAdditional form field flags

Valor de retorno

THPDFAcroFormField wrapper for the created text field

Notas de uso

APIs relacionadas