Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure GetMemberNames(AList: TStrings); virtual;

C++

virtual void __fastcall GetMemberNames(System::Classes::TStrings* AList);

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.

See Also