TdxPDFChoiceFieldValue.Create(string) Method
Creates a new item available for selection in an interactive field.
Declaration
class function Create(const AValue: string): TdxPDFChoiceFieldValue; overload; static;
Parameters
Name | Type | Description |
---|---|---|
AValue | string | The new item’s value. The AValue parameter initializes the Value and ExportValue properties. |
Returns
Type | Description |
---|---|
TdxPDFChoiceFieldValue | An item available for selection in an interactive field. |
See Also