RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.GetValueCount Method

Provides the number of values associated with this adapter field.

Pascal
function GetValueCount: Integer; virtual;
C++
virtual __fastcall int GetValueCount();

GetValueCount returns the number of values provided by this adapter field. GetValueCount returns 1. Descendant classes override this method. 

 

TAdapterMultiValueField 

GetValueCount

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!