GPWindow
Unit : GPWindowUnit
Association : GPWindowAsn
Inherits from : GPManager
Description
- A rectangular area on the screen that can contain other GP objects. Use
this class when your application will have more than one window that will
be one the screen for the life of the application.
Public Interface
-
CONSTRUCTOR InitWithName (windowName: string);
Initializes a GPWindow.
DESTRUCTOR Destroy; VIRTUAL;
Destroys the GPWindow.
PROCEDURE Show; VIRTUAL;
Makes the window appear on the screen.
PROCEDURE Hide; VIRTUAL;
Removes the window from the screen.
Subclasses
- GPApplication
Please report any problems with GP or the documentation to
GP Support
.
Loring Holden