Vcl.DBGrids.TDBGrid.OnDrawDataCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawDataCell;  { obsolete }

C++

__property OnDrawDataCell;

Properties

Type Visibility Source Unit Parent
event published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGrid

Description

Occurs when the grid needs to paint a cell if the State property of Columns is csDefault.

Vcl.DBGrids.TDBGrid.OnDrawDataCell inherits from Vcl.DBGrids.TCustomDBGrid.OnDrawDataCell. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.OnDrawDataCell.

Occurs when the grid needs to paint a cell if the State property of Columns is csDefault.

Do not write an OnDrawDataCell event handler. OnDrawDataCell is obsolete and included for backward compatibility. Instead, write an OnDrawColumnCell event handler.

See Also