TTMSFNCMapsElementContainer Class
Displays custom HTML, style, and script content on top of the map.
API unit family: TMSFNCMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCMapsElementContainer = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Actions | Actions value. |
| Bounds | Bounds associated with the item. |
| Coordinate | Coordinate associated with the item. |
| DataBoolean | Custom application data associated with the item. |
| DataInteger | Custom application data associated with the item. |
| DataObject | Custom application data associated with the item. |
| DataPointer | Custom application data associated with the item. |
| DataString | Custom application data associated with the item. |
| HTML | HTML value. |
| HTMLAsBase64 | HTMLAs Base64 representation of the content. |
| HTMLElementClassName | HTMLElement Class Name value. |
| HTMLElementID | HTMLElement ID value. |
| ID | Unique identifier assigned to the map element. |
| LabelType | Label Type value. |
| Maps | Maps value. |
| Margins | Margins value. |
| Position | Position value. |
| Recreate | Specifies whether the item must be recreated on the next map update. Set to True to recreate it. |
| Script | Script value. |
| ScriptAsBase64 | Script As Base64 representation of the content. |
| Style | Style value. |
| StyleAsBase64 | Style As Base64 representation of the content. |
| UseDefaultStyle | Specifies whether default element styling is generated. Set to True to use the default style. |
| Visible | Specifies whether the item is displayed on the map. |
Methods
| Name | Description |
|---|---|
| AddAction | Creates and returns action. |