Data.Bind.Components.TCustomLinkFillControlToField.Activated

提供: RAD Studio API Documentation
2012年6月7日 (木) 10:02時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成: {{#lst:API:Data.Bind.Components.TCustomLinkFillControlToField.Activated|api}} ==説明== {{#lsth:API:Data.Bind.Components.TCustomLinkFillControlToField.Activated|説明}})
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 TCustomLinkFillControlToField

説明

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

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

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

関連項目