TdxBarDrawItemEvent Type
Declaration
TdxBarDrawItemEvent = procedure(Sender: TdxBarCustomCombo; AIndex: Integer; ARect: TRect; AState: TOwnerDrawState) of object;
Parameters
Name | Type |
---|---|
Sender | TdxBarCustomCombo |
AIndex | Integer |
ARect | TRect |
AState | TOwnerDrawState |
See Also