Data.Bind.Components.TBaseBindScopeComponent.GetMember
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TBaseBindScopeComponent | |
Delphi
function GetMember(const AMemberName: string): TObject; virtual;
C++
virtual System::TObject* __fastcall GetMember(const System::UnicodeString AMemberName);
Description
Returns the member for the given member name.
The GetMember method returns the scope member, as a TObject, for the member name given through the AMemberName parameter. This member is later used in the generated bindings expressions.
Tip: This member object or its properties may be referenced by bindings expressions.