Glossary

`{$mode objfpc}{$H+}`

Compiler directives. `{$mode objfpc}` enables Object Pascal mode (the dialect we have been using since Chapter 16). `{$H+}` enables long strings (AnsiString) instead of short strings. These appear in virtually every Free Pascal unit.

Learn More

Related Terms