mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 08:39:23 +02:00
Overload to allow a new constructor in the derived class, but allowing to call the base constructor.
This commit is contained in:
parent
61bce04d28
commit
6940c94333
@ -123,7 +123,7 @@ type
|
||||
class var
|
||||
LogMessageOnCreate : Boolean;
|
||||
Public
|
||||
constructor Create(const Msg: String); reintroduce;
|
||||
constructor Create(const Msg: String); reintroduce; overload;
|
||||
constructor CreateFmt(const Msg: string; const Args: array of const);
|
||||
constructor CreateHelp(const Msg: String; AHelpContext: Integer);
|
||||
constructor CreateFmtHelp(const Msg: string; const Args: array of const; AHelpContext: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user