TdxPDFTextField.MaxLength Property
In This Article
Specifies the field’s maximum length, in characters.
#Declaration
Delphi
property MaxLength: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | The number of characters that the field can fit. |
See Also