|
Technical answers from the trenches |
|
Error: "Cannot make a visible window modal"
| ||||
Posted: 4 March 2004 |
||||
  |
Applies to: Delphi 5.0 and later |
|||
  |
Audience: Beginner |
|||
Question: I'm trying to show a form modally; however, my application raises an exception: "Cannot make a visible window modal." How do I solve this?Answer: Set the form's Visible design property to False. To do this:
The creates the form as an invisible window, which lets you show it modally. |
|||
|
||||||||
|
Copyright © 2000-2004, techtricks.com; All Rights Reserved. Acknowledgements, Disclaimers, Terms and Conditions. |
||||||||
|
Article last updated on 04 March 2004
|
||
|
|
||
|
[- End -]
|