Data.Bind.ObjectScope.TBindSourceAdapter.GetLookupMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure GetLookupMemberNames(AList: TStrings); virtual;

C++

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

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