Difference between revisions of "Mode Delphi"

From Free Pascal wiki
Jump to navigationJump to search
m
(How to activate.)
Line 2: Line 2:
 
{{Mode_Delphi}}
 
{{Mode_Delphi}}
  
This mode is provided for compatibility with the [[Delphi]] compiler from Embarcadero in order to simplify porting of existing code to Free Pascal.
+
This mode is provided for compatibility with the [[Delphi]] compiler from Embarcadero in order to simplify porting of existing code to Free Pascal. You enable it with mode switch '''${mode Delphi}''' in source code or with the compiler command line option '''-Mdelphi'''.

Revision as of 23:52, 11 September 2017

English (en) español (es) français (fr) português (pt) русский (ru)

This mode is provided for compatibility with the Delphi compiler from Embarcadero in order to simplify porting of existing code to Free Pascal. You enable it with mode switch ${mode Delphi} in source code or with the compiler command line option -Mdelphi.