diff --git a/Source/Alcinoe.FMX.Controls.pas b/Source/Alcinoe.FMX.Controls.pas index f65ea359e..48c9e8b63 100644 --- a/Source/Alcinoe.FMX.Controls.pas +++ b/Source/Alcinoe.FMX.Controls.pas @@ -190,7 +190,6 @@ procedure TALControl.Loaded; {******************************************} function TALControl.IsOwnerLoading: Boolean; begin - inherited; result := (Owner <> nil) and (csloading in Owner.ComponentState); end;