TTMSFNCWXContainerElementActions Class
A collection of actions that bind handlers to DOM events of the HTML elements inside an element container.
API unit family: TMSFNCWXContainer
Inherits from: TOwnedCollection
Syntax
TTMSFNCWXContainerElementActions = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Action | Provides access to an action by its name, performing a case-insensitive match. |
| Items | Provides indexed access to the actions in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new action to the collection. |
| FindByName | Returns the action with the given name, or nil when no match is found. |
| GetActionByName | Returns the action with the given name, or nil when no match is found. |
| GetByName | Returns the action with the given name and raises an exception when no match is found. |
| Insert | Inserts a new action at the given position in the collection. |