mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 19:58:02 +02:00
18 lines
502 B
PHP
18 lines
502 B
PHP
{%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
|