[lazarus] Problem in TApplication.GetTitle

Karl Brandt pascalive at bol.com.br
Fri Aug 22 08:21:27 EDT 2003


Trying to retrieve the title of a application (ShowMessage), makes the
prog to fall in an endless recursion at the mentioned procedure.

Changing from

   Result := Title;

to

   Result := Inherited Title;

fix it.

karl








More information about the Lazarus mailing list