RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.GetItemHt Method

Returns the value of the ItemHeight property.

Pascal
function GetItemHt: Integer; virtual; abstract;
C++
virtual __fastcall int GetItemHt() = 0;

GetItemHt is the protected read access method for the ItemHeight property. In TCustomCombo, this method is abstract (pure virtual), meaning it has no implementation. Descendant classes override this method to return the height of items in the drop-down list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!