GetConvertValue method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall GetConvertValue(void);

Delphi Syntax

function GetConvertValue: Integer;

Overview

Refer to Working with Data Sets.

Remarks

Converts the value(s) in the CurrentElement to strings.

Calling this method will update the StringValueCount and StringValues properties with the values from the current element converted to strings, which can be used for display purposes.

This method can be called for any Value Representation. For more information about Value Representations, refer to Default Value Representation Table.

See Also

Elements:

SetConvertValue method