CREATE LABELTEXT


9.0, PLBCMP GUI Only

square.png Properties

square.png Events

square.png Methods

square.png Instructions

 

The CREATE LABELTEXT statement initializes a LABELTEXT object variable. The statement format is:

 

 

[label]

CREATE

[{parent};]{labeltext}={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.

labeltext

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

pos

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

text

Required. A Character String Variable or character Literal containing the text that is displayed.

font

Required. A Character String Variable or character Literal specifying the font that is selected.

property list

Optional. One or more of the object properties.

Flags Affected: NONE

Note the following:

  1. The {pos} screen coordinates must be given and must be valid. Each of the coordinates may be a Numeric Variable, an Expression, or a decimal constant.

  2. 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 IMAGELIST CREATE LINE