Skip to main content

TdxPDFChoiceFieldValue Record

An item available for selection in an interactive field.

Declaration

TdxPDFChoiceFieldValue = record

Remarks

This record has the following members that allow you to:

  • Create and initialize a new interactive field item (Create)).
  • Compare two interactive field items (IsEqual).
  • Obtain the field item’s exportable and display field values (ExportValue and Value).

The TdxPDFChoiceField.Items property references the TdxPDFChoiceFieldValue type.

See Also