Data.Bind.Components.TCustomLinkFillControlToProperty.Activated

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

Delphi

procedure Activated(Sender: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

関連項目