Vcl.DBCGrids.TDBCtrlGridLink.ActiveChanged

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

Delphi

procedure ActiveChanged; override;

C++

virtual void __fastcall ActiveChanged();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGridLink

説明

TDBCtrlGrid オブジェクトに Active プロパティの変更を通知します。

アプリケーションは直接 ActiveChanged 処理を呼び出せません。Active プロパティの変更によって自動的に呼び出されます。ActiveChanged により,TDBCtrlGrid オブジェクトは,データセット内のデータを反映するようにその外観を変更します。

関連項目