Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.GetMemberNames
Delphi
procedure GetMemberNames(AList: TStrings); override;
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 | TCustomDataGeneratorAdapter |
Description
Populates the list given through the AList parameter with the names of the members of the source adapter.
{{#multireplace:Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.GetMemberNames|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.