Data.Bind.ObjectScope.TBindSourceAdapter.GetMember
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetMember(const AMemberName: string): TObject;
C++
System::TObject* __fastcall GetMember(const System::UnicodeString AMemberName);
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.