TcxListBoxDrawItemEvent Type
In This Article
#Declaration
Delphi
TcxListBoxDrawItemEvent = procedure(AControl: TcxListBox; ACanvas: TcxCanvas; AIndex: Integer; ARect: TRect; AState: TOwnerDrawState) of object;
#Parameters
Name | Type |
---|---|
AControl | Tcx |
ACanvas | Tcx |
AIndex | Integer |
ARect | TRect |
AState | TOwner |
See Also