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