mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 06:29:56 +02:00
lcl: move TCustomComobox.MeasureItem from public to protected
git-svn-id: trunk@22128 -
This commit is contained in:
parent
b67d8f48e4
commit
fe4756c8f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user