TdxPDFTextFieldInputType Enum
In This Article
Enumerates text input modes.
#Declaration
Delphi
TdxPDFTextFieldInputType = (
itPlainText,
itPassword
);
#Members
Name | Description |
---|---|
it
|
A text field displays user input as is. |
it
|
This option obscures all characters entered into a text field. |
#Remarks
A text field‘s InputType property references the TdxPDFTextFieldInputType.
See Also