Global Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
Although .NET (and with Delphi Prism) is completely object oriented, we support a global class to allow for global methods, as often used in Pascal code.
These methods become part of a class called __Global, of which only one is created per namespace, and only if global variables or methods are used.
See Also
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To