TEXT (Dialog Item)


PLBCMP GUI Only

TEXT={top}:{bottom}:{left}:{right}:{text}

 

The TEXT dialog item creates a static text object in the dialog.

 

The {top}, {bottom}, {left} and {right} are decimal constants that define the position and size of the text object.

 

The {text} is a character string enclosed in single quotes containing the actual text to display.

 

 

See Also: DIALOG Items, DIALOG

 



PL/B Language Reference SORTLIST (Dialog Item)