TcxTreeListReportLinkInitializeCellEvent Type
Declaration
TcxTreeListReportLinkInitializeCellEvent = procedure(Sender: TcxTreeListCustomReportLink; ANode: TcxTreeListNode; AColumn: TcxTreeListColumn; AnItem: TAbstractdxReportCellData) of object;
Parameters
Name | Type |
---|---|
Sender | TcxTreeListCustomReportLink |
ANode | TcxTreeListNode |
AColumn | TcxTreeListColumn |
AnItem | TAbstractdxReportCellData |
See Also