RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.ImplGetValueIndex Method

Provides the underlying implementation for the GetValueIndex method.

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

The GetValueIndex method calls ImplGetValueIndex to obtain the index of current value of the ValueField field. The first value has an index of 0, the second an index of 1, and so on. 

This method returns the index of the current value, as indicated by the index that the GetIteratorIndex method returns. 

 

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