Data.Bind.ObjectScope.TBindSourceAdapter.GetMember
Delphi
function GetMember(const AMemberName: string): TObject;
C++
System::TObject* __fastcall GetMember(const System::UnicodeString AMemberName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
Description
This method returns the adapter field for the given member name.
The GetMember method returns the adapter field for the member name given through the AMemberName
parameter. It returns nil
if the member is not found.