Data.Bind.Components.TBindComponentDelegate.GetDelegates

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

Delphi

function GetDelegates: TArray<TCommonBindComponent>; virtual; abstract;

C++

virtual System::DynamicArray<TCommonBindComponent*> __fastcall GetDelegates(void) = 0 ;

プロパティ

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


説明

このラッパー バインディング コンポーネントが式を実行してユーザー入力に対する応答を返すために使用するデリケート(含まれている)バインディング コンポーネントを取得します。

関連項目