Back to Devexpress

TdxCustomDrawCellExEvent Type

vcl-dxpsstdgrlnk-b3fe7e85.md

latest1.0 KB
Original Source

TdxCustomDrawCellExEvent Type

Declaration

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

Parameters

NameType
SenderTBasedxReportLink
AColInteger
ARowInteger
ACanvasTCanvas
AFontTFont
ABoundsRectTRect
AClientRectTRect
ADoneBoolean

See Also

dxPSStdGrLnk Unit