Board index » delphi » making modal a modeless form
Gilberto Beda
![]() Delphi Developer |
Tue, 24 Nov 1998 03:00:00 GMT
making modal a modeless formI need to create a modeless form and then to make it modal for a while. I wrote a procedure FakeShowModal to "make modal" a modeless form, procedure FakeShowModal(Form: TMyForm); when I need to leave the "modal status" I set AllowedToClose to True. This will need an explicit handling for TAB and Shift-TAB but it is I have still a problem: when I move the mouse on a Control with an Hint - |