Data.Bind.Components.TBaseBindScopeComponent.GetMemberScope
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBaseBindScopeComponent |
Delphi
function GetMemberScope(const AMemberName: string): IScope; virtual;
C++
virtual System::Bindings::Evalprotocol::_di_IScope __fastcall GetMemberScope(const System::UnicodeString AMemberName);
Description
Returns the binding scope for the given member name.
The GetMemberScope method returns the binding scope for the member name given through the AMemberName
parameter.