Data.Bind.Components.TCustomBindLink.GetSourceScopes
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomBindLink |
Delphi
function GetSourceScopes: TArray<IScope>; virtual;
C++
HIDESBASE virtual System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetSourceScopes();
Description
Returns an array of scopes for the source component.
Data.Bind.Components.TCustomBindLink.GetSourceScopes inherits from Data.Bind.Components.TCommonBindComponent.GetSourceScopes. All content below this line refers to Data.Bind.Components.TCommonBindComponent.GetSourceScopes.
Returns an array of scopes for the source component.