Data.Bind.Components.TCommonBindComponent.GetComponentScope

From RAD Studio API Documentation
Jump to: navigation, search

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());

Properties

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

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