Back to Devexpress

TdxPDFTextField Class

vcl-dxpdfform-aee98850.md

latest1.5 KB
Original Source

TdxPDFTextField Class

A text field.

Declaration

delphi
TdxPDFTextField = class(
    TdxPDFCustomField
)

Remarks

The TdxPDFTextField class members allow you to do the following:

  • Switch between text input modes (InputType).
  • Specify the maximum field length (MaxLength).
  • Obtain the field’s initial value (DefaultText).
  • Specify the field’s value (Text).
  • Enable or disable read-only mode (ReadOnly).
  • Specify if the field’s value is exportable (Exportable).
  • Restore the field’s default value (Reset).
  • Clear the field (Clear).

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxPDFCustomField TdxPDFTextField

See Also

TdxPDFTextField Members

dxPDFForm Unit