Skip to main content

TdxCustomDrawCellExEvent Type

Declaration

TdxCustomDrawCellExEvent = procedure(Sender: TBasedxReportLink; ACol: Integer; ARow: Integer; ACanvas: TCanvas; AFont: TFont; ABoundsRect: TRect; AClientRect: TRect; var ADone: Boolean) of object;

Parameters

Name Type
Sender TBasedxReportLink
ACol Integer
ARow Integer
ACanvas TCanvas
AFont TFont
ABoundsRect TRect
AClientRect TRect
ADone Boolean
See Also