CREATE GROUPBOX


PLBCMP GUI Only

square.png Properties

square.png Events

square.png Methods

square.png Instructions

 

The CREATE GROUPBOX statement initializes a GROUPBOX object variable. This object provides a region enclosed with a border. The statement format is:

 

 

[label]

CREATE

[{parent};]{groupbox}={pos}[,{property list}...]

 

Where:

label

Optional. A Program Execution Label.

parent

Optional. A previously created WINDOW or PANEL object variable or pointer to a WINDOW or PANEL object on which the object is created.

groupbox

Required. The name of a previously defined GROUPBOX object variable or pointer to a GROUPBOX object.

pos

Required. The screen position of the object given as: {top}:{bottom}:{left}:{right}.

property list

Optional. One or more of the object properties.

Flags Affected: NONE

Note the following:

  1. The GROUPBOX provides a region enclosed with a border. Other objects may be placed in the region to have them grouped together.

  2. An optional title may be placed in the border by using the TITLE property.

  3. If the optional {parent} parameter is not specified, the default window is used.

 

 

See Also: Example Code, CREATE, Object Output Instructions

 



PL/B Language Reference CREATE FONT CREATE HSCROLLBAR