| View previous topic :: View next topic |
| Author |
Message |
fiaola Guest
|
Posted: Tue Mar 06, 2007 9:11 am Post subject: keep a log of screens open during runtime |
|
|
I'm trying to find the best way to keep record of screens opened at runtime
by my application. Im sure this is pretty standard but looking for some
tips and ideas of what is best method used by Delphi programmers. Some
sample code would be helpful.
Thanks in advance. |
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Mar 07, 2007 12:01 am Post subject: Re: keep a log of screens open during runtime |
|
|
fiaola wrote:
| Quote: | I'm trying to find the best way to keep record of screens opened at
runtime by my application. Im sure this is pretty standard but
looking for some tips and ideas of what is best method used by Delphi
programmers. Some sample code would be helpful.
Thanks in advance.
|
The VCL does this for you. See the Forms and FormCount properties of
TScreen in the on-line help.
--
Bill Todd (TeamB) |
|
| Back to top |
|
 |
|