RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetFieldsList Method

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

Pascal
procedure GetFieldsList(AList: TStrings);
C++
__fastcall GetFieldsList(TStrings AList);

GetFieldsList is called at design time to get a list containing names and objects. Each name identifies a field name to insert and each object identifies a class of adapter field. When editing the adapter, these field names are displayed in the dialog box that is used to add new adapter fields. For example, when editing a TDataSetAdapter a list of all of the dataset's fields are displayed. GetFieldsList calls ImplGetFieldsList

 

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