TdxPDFInteractiveFormFieldType Enum
In This Article
Enumerates interactive field types.
#Declaration
Delphi
TdxPDFInteractiveFormFieldType = (
ftUnknown,
ftNode,
ftPushButton,
ftCheckBox,
ftRadioGroup,
ftListBox,
ftComboBox,
ftText,
ftSignature
);
#Members
Name | Description |
---|---|
ft
|
The interactive field is unsupported. |
ft
|
For internal use only. |
ft
|
The interactive field is a button. |
ft
|
The interactive field is a check box. |
ft
|
The interactive field is a radio group. |
ft
|
The interactive field is a list box. |
ft
|
The interactive field is a combo box. |
ft
|
The interactive field is a text box. |
ft
|
The interactive field is a digital signature. |
#Remarks
An interactive field’s FieldType function returns a TdxPDFInteractiveFormFieldType value.
See Also