Else (keyword)

From RemObjects Software

Jump to: navigation, search

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


The keyword else is a part of if and case instructions. It is used to begin section of the executed code, when earlier conditions were not satisfied:

if Condition then Statement else Statement;

case Expression of
    Case clauses
    ...
    else
      Statements
  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