Hi i have MDi Appe i have several form open or windows but when i ask or validate if form is active always sad not active..
if FormEdit.Active then neve goin true this always form...
ShowMessage('Can close App form edit is open');
end else begin
Self.Close;
end
There is way to validate that i know form is active when we are interactive with it..
if FormEdit <> nil could only this option to do that...