RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.GetAdapterValuesList Method

Provides an interface to a component that can be used to generate a list of possible values for this adapter field.

Pascal
function GetAdapterValuesList: IValuesListAdapter;
C++
__fastcall IValuesListAdapter GetAdapterValuesList();

GetAdapterValuesList provides an interface to a component that can be used to generate a list of possible values for this adapter field. It does this by returning the value of the ValuesList property. 

 

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