[lazarus] Problem in TApplication.GetTitle

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Aug 22 09:52:38 EDT 2003


On Fri, 22 Aug 2003 09:20:37 -0300
Karl Brandt <pascalive at bol.com.br> wrote:

> 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.

Thanks. Applied.


Mattias






More information about the Lazarus mailing list