TcxTreeListGetNodeHeightEvent Type
In This Article
#Declaration
Delphi
TcxTreeListGetNodeHeightEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; var AHeight: Integer) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ANode | Tcx |
AHeight | Integer |
See Also