LCL: clean up

git-svn-id: trunk@32469 -
This commit is contained in:
mattias 2011-09-23 09:59:08 +00:00
parent 2aee52f6f3
commit c78feb9f4b

View File

@ -181,7 +181,7 @@ begin
end;
{------------------------------------------------------------------------------
Method: TCustomComboBox.DoChange
Method: TCustomComboBox.LMChanged
Params: msg -
Returns: Nothing
@ -672,8 +672,7 @@ end;
procedure TCustomComboBox.SetDropDownCount(const AValue: Integer);
begin
FDropDownCount := AValue;
// ToDo
if (HandleAllocated) then
if HandleAllocated then
TWSCustomComboBoxClass(WidgetSetClass).SetDropDownCount(Self, AValue);
end;
@ -734,11 +733,6 @@ begin
AutoCompleteText := AutoCompleteText - [cbactEnabled]
end;
{------------------------------------------------------------------------------
function TCustomComboBox.GetDroppedDown: Boolean;
------------------------------------------------------------------------------}
procedure TCustomComboBox.SetDroppedDown(const AValue: Boolean);
begin
if GetDroppedDown = AValue then