Vcl.DBGrids.TCustomDBGrid.DrawColumnCell

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

Delphi

procedure DrawColumnCell(const Rect: TRect; DataCol: Integer;  Column: TColumn; State: TGridDrawState); dynamic;

C++

DYNAMIC void __fastcall DrawColumnCell(const System::Types::TRect &Rect, int DataCol, TColumn* Column, Vcl::Grids::TGridDrawState State);

プロパティ

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

説明

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

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

関連項目