Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames
Delphi
procedure GetMemberNames(AList: TStrings); virtual;
C++
virtual void __fastcall GetMemberNames(System::Classes::TStrings* AList);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
Description
Populates the list given through the AList
parameter with the names of the members of the source adapter.
GetMemberNames takes the AList
parameter of type TStrings that stores a list of strings, clears its content, and then populates AList
with the names of the members of the source adapter.