Class (keyword)
From RemObjects Software
Oxygene is entirely based on classes. Similar to Java or C#, in Oxygene, you must create classes; no code, variables or constants exist anywhere else.
A class is a data structure that may contain data members (constants and variables, called fields), function members (methods, properties, events, indexers, and delegates) and nested types.
Example:
type MyClass1 = public class public constructor; method TestIt; end;
See Also
Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0
Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)
Glossary — Keywords — Language Features — Platform Features — Samples — Articles — How To — Issues
Categories: Text | Oxygene | Language | Keyword
