TdxPDFChoiceFieldValue.Create(string,string) Method
Creates a new item available for selection in an interactive field.
Declaration
class function Create(const AValue: string; const AExportValue: string): TdxPDFChoiceFieldValue; overload; static;
Parameters
Name | Type | Description |
---|---|---|
AValue | string | The new item’s display value. |
AExportValue | string | The new item’s exportable value. |
Returns
Type | Description |
---|---|
TdxPDFChoiceFieldValue | An item available for selection in an interactive field. |
See Also