Properties
The following properties are defined in the Root class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AltKeyPriority | CRW | integer | 0 | Priority of event occurrence by key input Not supported in Mobile, AI |
| BgColor | CRW | integer | $STD | Background color |
| CacheMode | CRW | integer | Root.CacheNetwork | Selection of communication method to be cached Not supported in Mobile |
| CloseBox | CRW | boolean | $TRUE | Root window close button active / inactive Added since Ver.5.0.0 Not supported in Mobile, AI |
| ControlBox | CRW | boolean | $TRUE | Show or hide the title bar button of the root window Added since Ver.5.0.0 Not supported in Mobile, AI |
| DirectInput | CRW | boolean | $FALSE | Specifies how to handle keystroke events internally Added since Ver.5.0.3 Not supported in Mobile, AI |
| Embedded | R | integer | Whether it works within Internet Explorer Not supported in Mobile, AI | |
| ExtConnection | R | boolean | Whether IEConnect is communicating Added since Ver.5.0.0 Not supported in Mobile, AI | |
| HttpTimeout | CRW | integer | 0 | Communication timeout value Added since Ver.4.1.0, Mobile Ver.3.0.0 |
| Icon | CRW | integer | 0 | Root window title bar icon Added since Ver.4.1.3 Not supported in Mobile, AI |
| Indicator | CRW | integer | Root.indAll | Display of the status indicator displayed at the bottom of the screen Added since Ver.5.0.2, Mobile Ver.4.0.0, AI Ver.1.0.1 |
| InputTimeout | CRW | integer | 120 | Input operation timeout time Added since Ver.4.1.4 Not supported in Mobile, AI |
| MaximizeBox | CRW | boolean | $TRUE | Allow root window maximization Added since Ver.4.0.1 Not supported in Mobile, AI |
| MinimizeBox | CRW CR Mobile | boolean | $TRUE | Allow root window minimization Added since Ver.4.0.1, Mobile Ver.4.5.0 Not supported in AI |
| ReSize | CRW | integer | $TRUE | Allow root window resizing Parameters that can be specified have been added from Ver.5.0.0 Not supported in Mobile, AI |
| ShellId | CRW | String | ID of IE Connect to connect Not supported in Mobile, AI | |
| Title | CRW | String | Root window title text | |
| TitleBar | CRW | boolean | $TRUE | Show or hide the root window title bar Added since Ver.4.0.1, Mobile Ver.5.0.3 Not supported in Mobile, AI |
| Value* | CRW | String | Object value | |
| X | CRW | integer | Horizontal display position of root window It can be specified since Mobile Ver.4.0.0 Not supported in Mobile, AI | |
| Y | CRW | integer | Vertical display position of root window It can be specified since Mobile Ver.4.0.0 Not supported in Mobile, AI |
Visible property can be specified after Version 4.1.3
Only available for Mobile version
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AutoDial | CRW | integer | Root.Up+Root.Down | Automatic dial-up control Added since Mobile Ver.3.0.1 |
| DialEntry | CRW | String | Connection name for dial-up connection Added since Mobile Ver.3.2.1 | |
| HttpRetryTime | CRW | integer | 0 | Reconnect timeout on dial-up connection Added since Mobile Ver.4.0.0 |
| UseHttpPreconfig | CRW | boolean | $TRUE | Whether to use standard proxy settings for communication Added since Mobile Ver.3.1.0 |
Only available for Android version
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| ReloggedIn | R | boolean | $FALSE | Whether the Biz / Browser AI process was killed by an external factor |
| ScrollBarSize | CR | integer | 16 | Specifies the scrollbar size for the entire application |
| BackKeyMode | CRW | integer | Root.ConfirmClose+Root.RaiseKeyDown | Specifies the behavior when the “Back” button is pressed Added since AI Ver.1.0.2 |
Only available for both Mobile and Android version
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| DisplayOrient | CRW | integer | Root.deg0 Root.UNSPECIFIED in AI | Screen rotation direction Added since Mobile Ver.3.1.0 |
Access
R: Readable W: Writable C: Initializable
*: default property