Skip to main content

TdxPDFChoiceField.IndexOfExportValue(string) Method

Searches the field’s item by its exportable value.

Declaration

function IndexOfExportValue(const AValue: string): Integer;

Parameters

Name Type Description
AValue string

The target field item’s exportable value.

Returns

Type Description
Integer

The index of the target field item. The function returns -1 if the field has no item with a matching exportable value.

See Also