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