TcxTreeListOnGetDisplayTextEvent Type
In This Article
#Declaration
Delphi
TcxTreeListOnGetDisplayTextEvent = procedure(Sender: TcxTreeListColumn; ANode: TcxTreeListNode; var Value: string) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ANode | Tcx |
Value | string |
See Also