Data.Bind.DBLinks.TBaseBindDBGridLink.GetDelegates

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

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

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

プロパティ

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

説明

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

Data.Bind.DBLinks.TBaseBindDBGridLink.GetDelegates は Data.Bind.Components.TBindComponentDelegate.GetDelegates を継承しています。以下の内容はすべて Data.Bind.Components.TBindComponentDelegate.GetDelegates を参照しています。

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

関連項目