Class (keyword)

From RemObjects Software

Jump to: navigation, search

This is a Oxygene Keyword topic
Feel free to add your notes to this topic below.



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)

GlossaryKeywordsLanguage FeaturesPlatform FeaturesSamplesArticlesHow ToIssues

Personal tools