GPButton

Unit : GPButtonUnit
Association : GPButtonAsn
Inherits from : GPLabel

Description

An abstract base class representing a labeled area of a window that can be clicked on to produce user-defined behavior. This class should never be instantiated directly.

Public Interface

CONSTRUCTOR Init;
Initializes a GPButton.

DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPButton.

PROCEDURE Activate; VIRTUAL;
Defines the action that should occur when a button is pressed. This method should be redefined in subclasses.

Subclasses

GPPushButton, GPToggleButton

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


GP Home Page GP Documentation
Loring Holden