TcxListBoxMeasureItemEvent Type
In This Article
#Declaration
Delphi
TcxListBoxMeasureItemEvent = procedure(AControl: TcxListBox; AIndex: Integer; var Height: Integer) of object;
#Parameters
Name | Type |
---|---|
AControl | Tcx |
AIndex | Integer |
Height | Integer |
See Also