Assembly: Map;
The MapWidget class is used to work with the MapWidget component.
To manually activate the MapWidget component, set the Active property to True in the development environment object inspector.
| Property name | Brief description | |
| Source | The Source property determines map widget data source. |
| Property name | Brief description | |
| Active | The Active property determines whether a component is active. | |
| NavBar | The NavBar property determines the component used for visual displaying of tabs. | |
| Pads | The Pads property returns a collection of tabs available for the specified data source. |
| Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed by the input parameter. |
![]() |
Data | The Data property is used to store any user data. |
![]() |
Name | The Name property determines a component name. |
![]() |
Tag | The Tag property is not used with compiler. The user can change the value of this property and use it at his own discretion. |
See also: