Skip to main content

TdxPDFChoiceField.AddItem(string,string) Method

Adds a new field item.

Declaration

function AddItem(const AValue: string; const AExportValue: string): Integer; overload;

Parameters

Name Type Description
AValue string

The new field item’s display value.

AExportValue string

The new field item’s exportable value.

Returns

Type Description
Integer

The new field item’s index.

See Also