Hi.
I have the reference to my second form like:
myForm ^mForm;
How detect i that this reference is created?
this way report an error:
if (mForm!=NULL) ...
I have the reference to my second form like:
myForm ^mForm;
How detect i that this reference is created?
this way report an error:
if (mForm!=NULL) ...
Comment