Re: [Lazarus] Find Form instance with Title

2013-11-15 Thread Timothy Groves
ct: [Lazarus] Find Form instance with Title > > Google has failed me on this one. :( I need to check to see if a > dynamically created form (object) with a given title already exists > within the application, and if so, to raise it to the front. Thanks for the steer! In case an

Re: [Lazarus] Find Form instance with Title

2013-11-15 Thread K. P.
Look at your Screen object: http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tscreen.html Check out FindForm and Forms > Date: Fri, 15 Nov 2013 22:32:37 -0500 > From: the.tail.kin...@gmail.com > To: lazarus@lists.lazarus.freepascal.org > Subject: [Lazarus] Find Form instanc

[Lazarus] Find Form instance with Title

2013-11-15 Thread Timothy Groves
Google has failed me on this one. :( I need to check to see if a dynamically created form (object) with a given title already exists within the application, and if so, to raise it to the front. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freep