Browse Source

+ TIDEApp.DoCloseUserScreenWindow

pierre 26 years ago
parent
commit
402b944d4b
1 changed files with 10 additions and 1 deletions
  1. 10 1
      ide/text/fpmdebug.inc

+ 10 - 1
ide/text/fpmdebug.inc

@@ -24,6 +24,12 @@ begin
   UserScreenWindow^.MakeFirst;
   UserScreenWindow^.MakeFirst;
 end;
 end;
 
 
+procedure TIDEApp.DoCloseUserScreenWindow;
+begin
+  if Assigned(UserScreenWindow) then
+    Message(UserScreenWindow,evCommand,cmClose,nil);
+end;
+
 procedure TIDEApp.DoUserScreen;
 procedure TIDEApp.DoUserScreen;
 begin
 begin
   if UserScreen=nil then
   if UserScreen=nil then
@@ -119,7 +125,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.8  1999-09-09 14:20:05  pierre
+  Revision 1.9  1999-09-22 16:18:19  pierre
+   + TIDEApp.DoCloseUserScreenWindow
+
+  Revision 1.8  1999/09/09 14:20:05  pierre
    + Stack Window
    + Stack Window
 
 
   Revision 1.7  1999/07/28 23:11:19  peter
   Revision 1.7  1999/07/28 23:11:19  peter