System.Bindings.Factories.TBindingScopeFactory.GetEnumerator
Delphi
class function GetEnumerator: TScopeTuples.TPairEnumerator; inline;
C++
__classmethod TScopeTuples* __fastcall GetEnumerator();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Bindings.Factories.pas System.Bindings.Factories.hpp |
System.Bindings.Factories | TBindingScopeFactory |
説明
登録されているスコープの型へのアクセスを提供します。
GetEnumerator メソッドは、カスタム スコープ クラスだけでなく、登録されているスコープの型へのアクセスを提供します。GetEnumerator は、次の形式でレコードを返します:
TPair<TClass, TScopeClass>