SetConvertValue method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall SetConvertValue(void);

Delphi Syntax

function SetConvertValue: Integer;

Overview

Refer to Working with Data Sets.

Remarks

Sets the value(s) in the CurrentElement from strings.

Before calling this method, set the StringValueCount property to the number of values you wish to set, and then fill the StringValues property with the desired value(s). The string values that you set, will be automatically converted to the appropirate VR for the current element.

See Also

Elements:

GetConvertValue method