Skip to content

Obsolete Meta-Tag

See Also: Class Meta-Data Tags

Purpose

Used by Studio CodeSense to determine that a class is obsolete and should be listed accordingly.

Syntax

{ Obsolete=True | False }

where False is the default.

Use

If a developer considers one of their classes to be obsolete, they can set this tag. This will remove the class from the list of suggested classes provided by CodeSense.

Example

{ Obsolete=True }
Class cMyOldClass is a cObject
:
End_Class