Hi,
in Turbo Delphi kann man ja bei der Modellunterstützung bei Funktionen, Proceduren usw. einen Autor und andere Dinge angeben.
Im Quellcode sieht das dann so aus:
Delphi-Quellcode:
///<author>Manuel Rauber</author>
/// <output>Boolean</output>
/// <since>24.09.2006</since>
property Connected: Boolean read GetConnected;
Für was soll das gut sein?