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

TdxPDFInteractiveFormFieldType Enum

Enumerates interactive field types.

#Declaration

Delphi
TdxPDFInteractiveFormFieldType = (
    ftUnknown,
    ftNode,
    ftPushButton,
    ftCheckBox,
    ftRadioGroup,
    ftListBox,
    ftComboBox,
    ftText,
    ftSignature
);

#Members

Name Description
ftUnknown

The interactive field is unsupported.

ftNode

For internal use only.

ftPushButton

The interactive field is a button.

ftCheckBox

The interactive field is a check box.

ftRadioGroup

The interactive field is a radio group.

ftListBox

The interactive field is a list box.

ftComboBox

The interactive field is a combo box.

ftText

The interactive field is a text box.

ftSignature

The interactive field is a digital signature.

#Remarks

An interactive field’s FieldType function returns a TdxPDFInteractiveFormFieldType value.

See Also