Data.Bind.Components.TCommonBindComponent.GetComponentScopes
Delphi
function GetComponentScopes(AComponent: TComponent; const AMemberName: string=''): TArray<IScope>; overload;
function GetComponentScopes(AComponentScope: IScope): TArray<IScope>; overload;
C++
System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetComponentScopes(System::Classes::TComponent* AComponent, const System::UnicodeString AMemberName = System::UnicodeString())/* overload */;
System::DynamicArray<System::Bindings::Evalprotocol::_di_IScope> __fastcall GetComponentScopes(System::Bindings::Evalprotocol::_di_IScope AComponentScope)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCommonBindComponent |
説明
特定のコンポーネント、メンバー、もしくはその両方の、すべてのスコープを返します。
GetComponentScopes は、スコープの配列を返しますが、その際、, パラメータとして、コンポーネントおよびメンバー名(第 1 オーバーロード メソッドの場合)、または、コンポーネント スコープ(第 2 オーバーロード メソッドの場合)を取ります。