Properties
The following properties are defined in the Object class.
| Name | Access | Type | Description |
|---|---|---|---|
| ClassName | R | String | Class name Added since Version 4.0.0, Mobile Version 3.0.0 |
| IsArray | R | boolean | Whether the object is an array Added since Version 5.0.0, Mobile Version 1.0.1 Not supported on mobile |
| Name | R | String | Object name |
| ValueType | - | - | Object data type |
Properties added only to array objects
| Name | Access | Type | Description |
|---|---|---|---|
| Index | R | integer | Position of array elements |
| Length | R | integer | Number of elements in an array object |
Mobile version only
| Name | Access | Type | Description |
|---|---|---|---|
| Class | R | integer | Same as ClassName Only Mobile is supported for compatibility |
Access
R: Readable W: Writable C: Initializable