RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ImplGetFieldsList Method

Provides the underlying implementation for the GetFieldsList method.

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

The GetFieldsList method calls ImplGetFieldsList to obtain the names of all fields that can be added to this adapter. The field names are the names by which server-side script refers to this adapter's fields. 

AList is an existing string list to fill with the names of valid fields. 

GetFieldsList adds the names of all fields listed by the Fields and AggFields properties of the associated dataset. It adds class references for the appropriate adapter field components that represent each field as associated objects. 

 

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