GPManager

Unit : GPManagerUnit
Association : GPManagerAsn
Inherits from : None

Description

Manager objects help us to control the placement and sizing of other objects in our application. All graphical interface GP objects take a link to their container (manager), the object that will contain them, as a parameter in their constructors. Managers can also contain or be contained by other managers. GPManager is an abstract superclass for a number of subclasses. You should never instantiate a GPManager; its functionality is inherited by each of its subclasses.

Public Interface

CONSTRUCTOR Init;
Initializes a GPManager.

DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPManager.

Subclasses

GPColumn, GPDialog, GPMenu, GPRadioColumn, GPRadioRow, GPRow, GPWindow

Please report any problems with GP or the documentation to GP Support .


GP Home Page GP Documentation
Loring Holden