GetValueCount method
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