TTMSFNCMapsElementAction Class
Binds an HTML element event inside an element container to a map event handler.
API unit family: TMSFNCMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCMapsElementAction = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| CustomEvent | Custom Event value. |
| ElementContainer | Element Container value. |
| Enabled | Specifies whether the item is active. Set to True to enable it. |
| Event | Event value. |
| EventReturnValue | HTML element value returned with the action event. |
| HTMLElementID | HTMLElement ID value. |
| Name | Name value. |
| Tag | Tag value. |
Events
| Name | Description |
|---|---|
| OnExecute | Occurs when execute is raised. |