Icon Create Method

constructor Create(AMap: TMapControl; AParent: TMapOption)

Available In: Visual Client Applications

Use this method to create a new instance of the TMapOption class. The AMap parameter indicates the map control instance that will manage the option, and the AParent parameter indicates the parent option, if any, that the option is contained within. The parent option is used to aggregate change management at the outermost option so as to avoid excessively triggering change notifications in the map control.
Image