TdxStringGridReportLink.OnCustomDrawCell Event
In This Article
Occurs when drawing a cell.
#Declaration
Delphi
property OnCustomDrawCell: TdxCustomDrawTextCellEvent read; write;
#Remarks
Write an OnCustomDrawCell event handler to draw a cell. The ACanvas parameter determines the drawing canvas.
Value | Description |
---|---|
ABounds |
Rectangular cell area including borders. |
AClient |
Rectangular cell area excluding borders. |
ACol | Column of a cell. |
ARow | Row of a cell. |
AText | Context of a cell. It can be changed, if necessary. |
AColor | Specifies background color. It can be changed, if necessary. |
AFont | Font of a cell. It can be changed, if necessary. |
AText |
Horizontal text alignment within a cell. It can be changed, if necessary. |
AText |
Vertical text alignment within a cell. It can be changed, if necessary. |
ADone | Determines whether the On |
Note
This property is only accessible if the Supported
See Also