DoubleValueCount property

Delphi example

C++Builder example

 

Builder Syntax

Cardinal DoubleValueCount

Delphi Syntax

DoubleValueCount: Cardinal

Overview

Refer to Working with Data Sets.

Remarks

Contains the number of double values in the DoubleValues property.

If you are retrieving double values associated with the element specified in the CurrentElement property, calling the GetDoubleValue method updates this property with the number of double values associated with the specified element.

If you are setting double values associated with the element specified in the CurrentElement property, you can set the DoubleValueCount property to allocate storage for the DoubleValues array property, prior to setting the double values using SetDoubleValue.

Set this property to 0 at any time to free the memory used for the DoubleValues property.

See Also

Elements:

DoubleValues property, GetDoubleValue method, SetDoubleValue method