Data.Bind.Components.TBaseBindScopeComponent.GetMemberScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMemberScope(const AMemberName: string): IScope; virtual;

C++

virtual System::Bindings::Evalprotocol::_di_IScope __fastcall GetMemberScope(const System::UnicodeString AMemberName);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

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.

See Also