TdxDrawGridReportLink.OnCustomDrawCell Event
In This Article
Occurs when drawing a cell.
#Declaration
Delphi
property OnCustomDrawCell: TdxCustomDrawCellEvent read; write;
#Remarks
The ACanvas parameter determines the drawing surface.
Value | Description |
---|---|
ABounds |
Rectangular cell area including borders. |
AClient |
Rectangular cell area excluding borders. |
ACol | Column of a cell. |
ARow | Row of a cell. |
Note
This event is only raised if the Supported
See Also