 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dave Griffiths Guest
|
Posted: Mon Jan 19, 2004 7:36 am Post subject: Modal - MessageBox |
|
|
When I am using Modal Forms I create and destroy using
try
form.ShowModal;
finally
form.Release;
end;
But when using a MessageBox, which is a Modal, do I need to release as
before, if so how, I cannot seem to find an Application.MessageBox.Release
or similar.
I create the MessageBox with
with Application do
begin
NormalizeTopMost;
MessageBox(......);
ReleaseTopMost;
end; // With
Thanks
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|