Resources  
  FAQ
Online Help File
Examples
External Links
 
  Online Help File  
  The Time2HELP help file is available online.  
  Order Time2HELP  
  Order Time2help and pay by credit card, check or bank transfer.  
  Order online from Kagi.  
  Download trial version  
 

Download the 30 day trial version of Time2HELP now.

 
 

 

From Vision to Code - Built by Delphi

 

 
Painless Documentation
for your Source Code
 
    Home   Features  Download   Support   News   Order   

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);
This page was last updated 2005-08-21 .
Copyright © 1997-2005 by Digital Logikk AS.