GetValueCount method

Delphi example

C++Builder example

 

Builder Syntax

Cardinal __fastcall GetValueCount(void);

Delphi Syntax

function GetValueCount: Cardinal;

Overview

Refer to Working with Data Sets.

Remarks

Returns the number of values stored in the Value Field of the element specified in the CurrentElement property.

Note: This method does not allocate memory or retrieve values.

See Also

Elements:

GetInfoDS method, GetDSPreamble method, GetBinaryValue method, GetCharValue method, GetShortValue method, GetLongValue method, GetFloatValue method, GetDoubleValue method, GetAgeValue method, GetDateValue method, GetDateTimeValue method, GetTimeValue method