Data.Bind.Components.TCustomLinkFillControlToProperty.GetDelegates

提供:RAD Studio API Documentation

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

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

プロパティ

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

説明

このラッパー バインディング コンポーネントが式を実行してユーザー入力に対する応答を返すために使用するデリケート(含まれている)バインディング コンポーネントを取得します。 Data.Bind.Components.TCustomLinkFillControlToProperty.GetDelegates は Data.Bind.Components.TBindComponentDelegate.GetDelegates を継承しています。以下の内容はすべて Data.Bind.Components.TBindComponentDelegate.GetDelegates を参照しています。

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

関連項目