Link to home
Start Free TrialLog in
Avatar of djek2000
djek2000

asked on

how to check if a form has been created in c++

Borland C++ Builder 5

How can I check if a Form has been created? if it exists?
Somewhere I do:

Form4 = new TForm4(this);

Meanwhile program is doing other stuff including displaying variables on Form4 but has to do this ONLY if Form4 exists.

Anyone can help me out?

Thanx.
ASKER CERTIFIED SOLUTION
Avatar of dede82
dede82
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial