ActionCollection

ActionCollection class

Collection of actions

The ActionCollection type exposes the following members:

Properties

NameDescription
is_synchronizedReturns true if object is synchronized.
sync_rootGets synchronization object.

Indexer

NameDescription
[index]Gets action by its index.

Methods

NameDescription
delete(index)Removes action from collection by index.
delete()Removes action from collection by index.

See Also