Data.Bind.ObjectScope.TBindSourceAdapter.GetLookupMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetLookupMemberNames(AList: TStrings); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
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 that are not an object reference.

GetLookupMemberNames takes the parameter AList 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 that are not an object reference.

See Also