mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:49:19 +02:00
parent
476bc7e244
commit
aff098bce4
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit comboex.pas}
|
{%MainUnit ../comboex.pas}
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
TCustomComboBoxEx, TCustomCheckComboBox
|
TCustomComboBoxEx, TCustomCheckComboBox
|
||||||
@ -217,7 +217,7 @@ end;
|
|||||||
|
|
||||||
function TComboExItems.Insert(AIndex: Integer): TComboExItem;
|
function TComboExItems.Insert(AIndex: Integer): TComboExItem;
|
||||||
begin
|
begin
|
||||||
Result:=Insert(AIndex);
|
Result := TComboExItem(inherited Insert(AIndex));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TComboExItems.Notify(Item: TCollectionItem; Action: TCollectionNotification);
|
procedure TComboExItems.Notify(Item: TCollectionItem; Action: TCollectionNotification);
|
||||||
|
Loading…
Reference in New Issue
Block a user