B
BVO
I need to keep track of my MDI child forms to activate
any one of them whenever I need to.
There are two possibilities as far as I can see:
- each forms index in the MDIChildren collection
- each forms Handle property.
The first one doesnt offer my a unique reference cause
the indexes change when forms are closed. I guess I
should use the Handle but how do I activate a form based
on its Handle?
Any other way?
BVO
any one of them whenever I need to.
There are two possibilities as far as I can see:
- each forms index in the MDIChildren collection
- each forms Handle property.
The first one doesnt offer my a unique reference cause
the indexes change when forms are closed. I guess I
should use the Handle but how do I activate a form based
on its Handle?
Any other way?
BVO