GPCustomDialog
Unit : GPDialogUnit
Association : GPCustomDialogAsn
Inherits from : GPDialog, GPManager
Description
- A GPCustomDialog is equivalent to a GPWindow except that dialogs
should be used when a window will be on the screen for a short amount of
time. Dialogs have a different graphical representation than GPWindows.
Public Interface
-
CONSTRUCTOR InitWithName(dialogName:string);
Initializes a GPCustomDialog.
DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPCustomDialog.
PROCEDURE Show; VIRTUAL;
Causes the GPCustomDialog to appear on the screen.
PROCEDURE Hide; VIRTUAL;
Causes the GPCustomDialog to disappear from the screen..
Subclasses
- None
Please report any problems with GP or the documentation to
GP Support
.
Loring Holden