Description: | Specifies the input character restriction mode. |
Used in control(s): | None. |
Used in object: | Form |
Value (with constants): | 0 - None (POW-RESTRICT-CHAR-NONE): Does not restrict character input from the keyboard. 1 - Restrict to BMP of Unicode (POW-RESTRICTCHAR_BMPONLY): Restricts input to the BMP (Basic Multilingual Plane) of Unicode. 2 - Restrict to ANSI code page (POW-RESTRICTCHAR-ACPONLY) Restricts input to the ANSI code page of the system at runtime. - When the property value is not "0 - None", PowerCOBOL checks the character input when pasting it from the clipboard. - The restriction of the character input by this function may not work correctly when you use a control not included in PowerCOBOL. In this case, change the operation of the input character restriction by modifying the value of the RestrictInputCharBehavior control property. |
Default value: | 0 - None |
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. |