RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplGetFieldsList Method

Provides a list of field types that can be added to this adapter.

Pascal
procedure ImplGetFieldsList(AList: TStrings); virtual;
C++
virtual __fastcall ImplGetFieldsList(TStrings AList);

ImplGetFieldsList is called by GetFieldsList. ImplGetFieldsList provides an empty list. ImplGetFieldsList may be overridden by descendant classes. 

 

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