GPRadioColumn

Unit : GPManagerUnit
Association : GPRadioColumnAsn
Inherits from : GPManager

Description

A simple manager that arranges the objects it contains in a vertical column. Objects that are added to the column appear below objects already in the column. All GPRadio managers are meant to contain only GPToggleButtons. GPRadio managers maintain that only one GPToggleButton is ever "on". Each time a GPToggleButton is pressed, a GPRadio manager calls the DeActivate method of the current GPToggleButton and then calls the Activate method of the GPToggleButton that was just pressed. Therefore, the radio manager turns a button "off" before turning the one pressed "on".

Public Interface

CONSTRUCTOR Init (containerLink: GPManagerAsn);
Initializes a GPRadioColumn.

DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPRadioColumn.

Subclasses

None

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


GP Home Page GP Documentation
Loring Holden