Back to Devexpress

TdxPDFCustomField Class

vcl-dxpdfform-e9c0ee78.md

latest1.8 KB
Original Source

TdxPDFCustomField Class

An interactive field.

Declaration

delphi
TdxPDFCustomField = class(
    TcxLockablePersistent
)

Remarks

This class implements the base functionality of interactive fields in a PDF form. The TdxPDFCustomField class has members that allow you to do the following:

  • Identify the field’s type and name (FieldType and FullName).
  • 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).

Do not use the TdxPDFCustomField class directly. Use the following descendants instead:

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxPDFCustomField

See Also

TdxPDFCustomField Members

dxPDFForm Unit