Data.Bind.Components.TBindComponentDelegate.GetDelegates
Delphi
function GetDelegates: TArray<TCommonBindComponent>; virtual; abstract;
C++
virtual System::DynamicArray<TCommonBindComponent*> __fastcall GetDelegates() = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindComponentDelegate |
説明
このラッパー バインディング コンポーネントが式を実行してユーザー入力に対する応答を返すために使用するデリケート(含まれている)バインディング コンポーネントを取得します。