Vcl.DBGrids.TCustomDBGrid.DrawDataCell

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Generates an OnDrawDataCell event.

Applications cannot call DrawDataCell directly. It is exposed as a protected method so that descendants can call the OnDrawDataCell event handler or override the method to block the event.

See Also