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