Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.231 RestrictInputCharBehavior Property

Description:

Specifies the restrictions of the input character of the control.

Used in control(s):

Checkbox

Edit

OptionButton

TextBox

ComboBox

FileList

ScrollBar

TreeView

CommandButton

FolderList

Slider

Custom

ListBox

Tab

DriveList

ListView

Table

Used in object:

None.

Value (with constants):

0 - Always (POW-RESTRICTBEHAVIOR-ALWAYS): Restricts the input character according to the specification of the RestrictInputChar property.

1 - Never (POW-RESTRICTBEHAVIOR-NEVER): Does not restrict the input character.

2 - Only IME (POW-RESTRICTBEHAVIOR-ONLYIME) Restricts only the input character from IME according to the specification of the RestrictInputChar property.

Default value:

0 - Always

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.