Compiler Magic Functions
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
Delphi Prism provides a list of so called Compiler Magic Functions, to perform commonly needed tasks. These functions are automatically in scope without the need to use a namespace or class name prefix.
However, if conflicts should arise with externally declared identifiers, they can be accessed using their full RemObjects.Oxygene.System prefix.
|
|
See Also
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To