Data.Bind.Components.TBaseBindScopeComponent.GetScope

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBaseBindScopeComponent

Delphi

function GetScope: IScope; virtual;

C++

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

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