Data.Bind.Components.TCustomBindLink.GetSourceScopes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetSourceScopes: TArray<IScope>; virtual;

C++

HIDESBASE virtual System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetSourceScopes();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindLink

説明

ソース コンポーネントのスコープの配列を返します。

Data.Bind.Components.TCustomBindLink.GetSourceScopes は Data.Bind.Components.TCommonBindComponent.GetSourceScopes を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.GetSourceScopes を参照しています。

ソース コンポーネントのスコープの配列を返します。

関連項目