Vcl.DBGrids.TCustomDBGrid.DrawDataCell

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

Delphi

procedure DrawDataCell(const Rect: TRect; Field: TField;  State: TGridDrawState); dynamic; { obsolete }

C++

DYNAMIC void __fastcall DrawDataCell(const System::Types::TRect &Rect, Data::Db::TField* Field, Vcl::Grids::TGridDrawState State);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

OnDrawDataCell イベントを生成します。

アプリケーションでは直接 DrawDataCell メソッドを呼び出すことはできません。DrawColumnCell はプロテクトメソッドとしてエクスポーズされているので,派生メソッドが OnDrawDataCell イベントハンドラを呼び出すか,あるいは DrawColumnCell をオーバーライドしてイベントをブロックすることができます。

関連項目