Mode Delphi

From Free Pascal wiki
Revision as of 09:23, 21 January 2022 by Alextp (talk | contribs)
Jump to navigationJump to search

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.

See also