Difference between revisions of "Mode Delphi"

From Free Pascal wiki
Jump to navigationJump to search
(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. You enable it with mode switch '''${mode Delphi}''' in source code or with the compiler command line option '''-Mdelphi'''.
+
This [[Compiler Mode|mode]] is provided for compatibility with the [[Delphi]] [[Compiler|compiler]] from Embarcadero in order to simplify porting of existing code to [[FPC|Free Pascal]]. You enable it with mode switch '''${mode Delphi}''' in [[Source code|source code]] or with the compiler [[Command line parameters and environment variables|command line option]] '''-Mdelphi'''.

Revision as of 21:36, 18 October 2018

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.