TdxBarDrawItemEvent Type
In This Article
#Declaration
Delphi
TdxBarDrawItemEvent = procedure(Sender: TdxBarCustomCombo; AIndex: Integer; ARect: TRect; AState: TOwnerDrawState) of object;
#Parameters
Name | Type |
---|---|
Sender | Tdx |
AIndex | Integer |
ARect | TRect |
AState | TOwner |
See Also