Re: Hide application in the background?


Posted by Rick Ashford on June 05, 2000 at 21:28:12:

In Reply to: Hide application in the background? posted by Johan on May 27, 2000 at 20:04:03:

: How do I hide the application in the background?

There's a property for every form called "Visible." You can manipulate it by either setting Form.Visible := True/False or you can just say Form.Show or Form.Hide.


Related Articles and Replies: