lcl: move TCustomComobox.MeasureItem from public to protected

git-svn-id: trunk@22128 -
This commit is contained in:
paul 2009-10-13 07:27:20 +00:00
parent b67d8f48e4
commit fe4756c8f4

View File

@ -306,6 +306,7 @@ type
procedure DoExit; override;
procedure DrawItem(Index: Integer; ARect: TRect;
State: TOwnerDrawState); virtual;
procedure MeasureItem(Index: Integer; var TheHeight: Integer); virtual;
class function GetControlClassDefaultSize: TPoint; override;
procedure LMChanged(var Msg); message LM_CHANGED;
procedure Change; virtual;
@ -368,7 +369,6 @@ type
procedure ClearSelection; //override;
property CharCase: TEditCharCase read FCharCase write SetCharCase default ecNormal;
property DroppedDown: Boolean read GetDroppedDown write SetDroppedDown;
procedure MeasureItem(Index: Integer; var TheHeight: Integer); virtual;
procedure SelectAll;
property AutoComplete: boolean
read GetAutoComplete write SetAutoComplete default False;