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 @Event Tag

Syntax

@event

Synonyms

None.

Description

Marks that a property is to be considered an event. Time2HELP tries to classify each property whether it really is an event, but the algorithm currently used is not 100%, therefore it sometimes needs manual help.
In the future, when Time2HELP will be able to classify events 100%, this tag will be ignored.
The @event tag has no arguments (at least at the moment). Only applicable to properties which "really" are events!
Note
From 1.0.38 and newer, this @-tag shouldn't be necessary to use anymore.

Example

{:@event}
Property OnModified : TNotifyEvent Read GetOnModified Write SetOnModified;
This page was last updated 2005-08-21 .
Copyright © 1997-2005 by Digital Logikk AS.