RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterMultiValueField.GetValueCount Method

Returns the number of values associated with this adapter field.

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

GetValueCount returns 0. Descendants of TBaseAdapterMultiValueField override this method. This method will be called when server-side script is used to iterate over field values using the Values property. 

 

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