GetFormFieldMaxLen
Campos de formulário
Descrição
Recupera o comprimento máximo permitido para um campo de formulário de texto
Sintaxe
Delphi
Function TPDFlib.GetFormFieldMaxLen(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldMaxLen(Index As Long) As Long
DLL
int DLGetFormFieldMaxLen(int InstanceID, int Index);
Parâmetros
| Index | The index of the form field to work with. The first form field has an index of 1. |
|---|
Valores retornados
| 0 | The form field does not have a maximum length specified |
|---|---|
| Non-zero | The maximum length of the form field |