Data.Bind.Components.TBindComponentDelegate.Activated

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

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


説明

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

関連項目