The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ZoomHistory


Unit:SDL_geomap
Class: TGeoMap
Declaration: procedure ZoomHistory (Index: integer);

The method ZoomHistory allows to revert to a previous zoom state of the map. Any changes of the map range (either due to mouse actions or to programmatical changes) are recorded and stored in a circular stack of 16 (MAXGMZOOMSTACK) elements. Therefore, the last 16 different setups are available by accessing this stack using the method ZoomHistory. The parameter Index may take any value between -15 and 0, referring to the oldest setup (Index = -15) up to the most recent one (Index = 0).

Note that setting the chart ranges by means of ZoomHistory does not (re)enter these settings into the zoom stack.



Last Update: 2023-Dec-13