The @Enum Tag

Syntax

@enum identifier description

Synonyms

None.

Description

Describes an identifier in an enumerated type.

Example

{:When to create the instance (and
    wincontrol) associated with the plugin.
@enum ipImmediate Create the instance immediately when the container is created.
@enum ipDefault Use instancing policy specified by container (or user).
@enum ipLazy Don't create the instance before the user activates the panel associated with the plug-in (ie delay instance-creation to the latest possible point in time).
}
TdlInstancingPolicy = (ipImmediate, ipDefault, ipLazy);


HTML generated by Time2HELP
http://www.time2help.com