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