<< Prev        Next >>

ID : 6894

Text Box

Text box is a control to input the character string type data on the display.

The text box control has a value ("Text" property) and the value is retained during the task.

 

Text Box Event

Event Description
Clicked Button pressed
Released Button released
Done [OK] pressed

Text Box Property

Property Name Data Type Description
Name String Parts name
PacScript cannot rewrite this property
Type Integer Parts name
PacScript cannot rewrite this property
X Integer X coordinates of the upper left corner of the drawing region
Y Integer Y coordinates of the upper left corner of the drawing region
Width Integer Width of the control(pixel size)
Height Integer Height of the control(pixel size)
FG Integer Foreground color
BG Integer Background color of control
Group Integer Group number to which part belongs
Active Integer

Visible / Invisible and Enable / Disable settings

active settings

Style Integer

Display style

Caption String -
FName String

Font name

The font with * is installed on the COBOTTA

FSize Integer Font size
Justify Integer

Caption positioning

  • 0: Centered
  • 1: Right-justified
  • 2: Left-justified
Text String Input text. Equivalent to variable of type string.

ID : 6894

<< Prev        Next >>