TcxCustomGridCellViewInfo.Paint(TcxCanvas) Method
Paints a specific cell on a specific canvas.
Declaration
procedure Paint(ACanvas: TcxCanvas = nil); virtual;
Parameters
Name | Type |
---|---|
ACanvas | TcxCanvas |
Remarks
Unlike the Invalidate method, the Paint method allows you to paint cells on any canvas (if required). A canvas is passed as the ACanvas parameter. If no canvas is specified or nil is passed as this parameter, the cell is painted on the grid control’s canvas.
See Also