Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The MsgObject object is a prototype (template) used to create objects with . It implements methods and properties for handling events. The used to process system events in Intellect. The methods and properties of the MsgObject object allow receiving the you to get information about system objects that send or receive events, generating actions, changing object states, etc.generate reactions for system objects, change their states, and so on.

You can invoke the The methods and properties of the MsgObject object-prototype can be called via its instance objects or via the objects declared and initialized on its basis, or via the Event static object.

The Event object is a static object used to call events in Intellect. The Event object represents that implements the interface for invoking the system events of Intellect. The Event object provides access to the system event that launched started the script. All MsgObject methods and properties of the MsgObject prototype are available for when working with the Event object.

The You can declare (create) objects on the basis of the MsgObject prototype using the CreateMsg method of the Core object is used to create instances based on the MsgObject prototype(see The CreateMsg method).