Data.Bind.Components.TBindComponentDelegate.GetSourceScopes
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBindComponentDelegate |
Delphi
function GetSourceScopes(Sender: TComponent; AScopes: TArray<IScope>): TArray<IScope>; virtual;
C++
virtual System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetSourceScopes(System::Classes::TComponent* Sender, System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> AScopes);
Description
Returns an array of scopes for the source component.