TdxPDFTextField Properties
A text field.| Name | Description |
|---|---|
| DefaultText | Returns the field’s initial value. |
| Exportable | Specifies if the field’s value is exportable. Inherited from TdxPDFCustomField. |
| FullName | Returns the field’s name. Inherited from TdxPDFCustomField. |
| InputType | Specifies the active text input mode. |
| MaxLength | Specifies the field’s maximum length, in characters. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| ReadOnly | Specifies if the field has read-only status. Inherited from TdxPDFCustomField. |
| Text | The field’s value. |
See Also