TdxCustomDrawCellEvent Type
Declaration
TdxCustomDrawCellEvent = procedure(Sender: TBasedxReportLink; ACol: Integer; ARow: Integer; ACanvas: TCanvas; ABoundsRect: TRect; AClientRect: TRect) of object;
Parameters
Name | Type |
---|---|
Sender | TBasedxReportLink |
ACol | Integer |
ARow | Integer |
ACanvas | TCanvas |
ABoundsRect | TRect |
AClientRect | TRect |
See Also