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   

Separating events from properties

In order for Time2HELP to correctly separate events from properties, it needs access to the source code containing the class originally introducing the event, and the unit defining the event type.

To get events properly classified (and read-only markers on read-only properties), you should include

"\Program Files\Borland\DelphiX\Source\Vcl"

in the search path for the Delphi version you're using.

For Delphi 6 and Delphi 7, you need to set an additional search path to

"\Program Files\Borland\DelphiX\Source\Rtl\Common"

At this moment you should not include "source\rtl\win" in the search path.)

If you do not have access to all necessary source code, Time2HELP might be confused about whether a property is an event or just an "ordinary" property, as events really are "implemented" in Delphi as properties. You then need to mark the property with the @event tag.

Tip
To check whether Time2HELP has properly classified all events, open the Time2HELPBrowser and look at the full alphabetic listing of properties. If any of them begin with 'On', it may very well be an event wrongly classified as a property, and that you need to add entries to the search path.

See also

Setting Search Paths

This page was last updated 2005-08-21 .
Copyright © 1997-2005 by Digital Logikk AS.