メインメニューを開く

RAD Studio API Documentation β

Data.Bind.Components.TBindComponentDelegate.Activated

Delphi

procedure Activated(Sender: TComponent); virtual;

C++

virtual void __fastcall Activated(System::Classes::TComponent* Sender);

プロパティ

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


説明

ラッパー バインディング コンポーネントに対して、デリケート(含まれている)バインディング コンポーネントがアクティブになったことを知らせます。

関連項目