{%MainUnit ../actnlist.pas} { ***************************************************************************** This file is part of the Lazarus Component Library (LCL) See the file COPYING.modifiedLGPL.txt, included in this distribution, for details about the license. ***************************************************************************** } constructor TAction.Create(AOwner: TComponent); begin inherited Create(AOwner); DisableIfNoHandler := True; end; // included by actnlist.pas