Data.Bind.Components.TCustomLinkControlToField.GetSourceScopes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSourceScopes(Sender: TComponent;  AScopes: TArray<IScope>): TArray<IScope>; override;

C++

virtual System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetSourceScopes(System::Classes::TComponent* Sender, System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> AScopes);

Properties

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

Description

Returns an array of scopes for the source component.

Data.Bind.Components.TCustomLinkControlToField.GetSourceScopes inherits from Data.Bind.Components.TBindComponentDelegate.GetSourceScopes. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.GetSourceScopes.

Returns an array of scopes for the source component.

See Also