Methods
The following methods are defined in the Object class.
| Name | Description |
|---|---|
| Append | Connects the specified object to the object tree |
| Clear | Initializes the object’s default properties |
| ClearChild | Initializes the default properties of all child objects |
| Delete | Disconnect the object from the object tree |
| DeleteChild | Disconnects all child objects from the object tree |
| FindChild | Finds a child object with the specified name Added since Version 4.0.0 Not supported on mobile |
| FindObject | Find an object from the object tree Added since Version 4.1.3 Not supported on mobile |
| GetChildObjects | Gets all child objects Added since Version 3.0.0 |
| PostEvent | Send an event to the object |
Methods only for array objects
| Name | Description |
|---|---|
| Insert | Add an element to the array object |
| Truncate | Deletes all elements of the array object |