RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterField.GetAdapterValuesList Method

Returns the value of the ValuesList property.

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

GetAdapterValuesList returns the interface of the adapter that lists the possible values for this field. If there is no such list, GetAdapterValuesList returns nil (Delphi) or NULL (C++). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!