Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

See Also