TMeasureItemEvent Type
Declaration
TMeasureItemEvent = procedure(AControl: TcxCustomComboBox; AIndex: Integer; ACanvas: TcxCanvas; var AHeight: Integer) of object;
Parameters
| Name | Type |
|---|---|
| AControl | TcxCustomComboBox |
| AIndex | Integer |
| ACanvas | TcxCanvas |
| AHeight | Integer |
See Also