Enforce Case

From RemObjects Software

Jump to: navigation, search

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



Identifier names in Oxygene are case-insensitive. This means that when the compiler compares two names that differ in alphabetic case only, it interprets them as the same name. For example, it considers 'ABC' and 'abc' to refer to the same declared identifier.

The Enforce Case compiler option will warn if an identifier does not match the actual name of the item called or override/implemented, case wise. This option can be set on the Build Tab of the Project Options:

Image:Enforce case.PNG

If 'Warn on case mismatch' is set off - no errors or warnings will be shown if identifiers are differ only by case wise.


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