TdxDrawGridReportLink.OnCustomDrawCell Event
Occurs when drawing a cell.
Declaration
property OnCustomDrawCell: TdxCustomDrawCellEvent read; write;
Remarks
The ACanvas parameter determines the drawing surface.
Value | Description |
---|---|
ABoundsRect | Rectangular cell area including borders. |
AClientRect | Rectangular cell area excluding borders. |
ACol | Column of a cell. |
ARow | Row of a cell. |
Note
This event is only raised if the SupportedCustomDraw property is set to True. The event can also be suppressed by handling the OnCustomDrawCellEx event and setting this event’s ADone parameter to True.
See Also