Data.Bind.Components.TBaseBindScopeComponent.GetScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScope: IScope; virtual;

C++

virtual System::Bindings::Evalprotocol::_di_IScope __fastcall GetScope();

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 this source component.

The GetScope method returns the binding scope for this source component. This binding scope allows expressions to access properties and methods of the source component, as opposed to GetMemberScope, which allows expressions to access properties and methods of a member of the source component, such as a field.

See Also