Data.Bind.Components.TCommonBindComponent.GetComponentScope

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: TCommonBindComponent

Delphi

function GetComponentScope(AComponent: TComponent;
const AMemberName: string=''): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall GetComponentScope(System::Classes::TComponent* AComponent, const System::UnicodeString AMemberName = System::UnicodeString());

Description

Returns the scope of the given component or member.

If the member name given through AMemberName is empty, then GetComponentScope returns the scope of the component given through the AComponent parameter.

See Also