Back to Devexpress

TcxTreeListGetLevelImagesEvent Type

vcl-cxtl-288c917c.md

latest701 B
Original Source

TcxTreeListGetLevelImagesEvent Type

Declaration

delphi
TcxTreeListGetLevelImagesEvent = procedure(Sender: TcxCustomTreeList; ALevel: Integer; var AImages: TCustomImageList; var AStateImages: TCustomImageList) of object;

Parameters

NameType
SenderTcxCustomTreeList
ALevelInteger
AImagesTCustomImageList
AStateImagesTCustomImageList

See Also

cxTL Unit