TdxGridReportLinkCustomDrawCardRowCaptionCellEvent Type
In This Article
#Declaration
Delphi
TdxGridReportLinkCustomDrawCardRowCaptionCellEvent = procedure(Sender: TdxGridReportLink; ACanvas: TCanvas; AView: TcxGridCardView; ACard: TcxGridCard; ARow: TcxGridCardViewRow; AnItem: TdxReportCellString; var ADone: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tdx |
ACanvas | TCanvas |
AView | Tcx |
ACard | Tcx |
ARow | Tcx |
An |
Tdx |
ADone | Boolean |
See Also