TdxPDFChoiceFieldValue.Create(string) Method
In This Article
Creates a new item available for selection in an interactive field.
#Declaration
Delphi
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 Export |
#Returns
Type | Description |
---|---|
Tdx |
An item available for selection in an interactive field. |
See Also