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.... |
Home GeoPack GeoMap Class TGeoMap Events Events | |||||||||||
See also: Public Constants, TMapImgRequestEvent | |||||||||||
Events |
|||||||||||
The OnCanResize event is triggered when the control is resized. The OnClick and the OnDblClick events occur when the user clicks on the component. The events OnMouseMove, OnMouseDown, and OnMouseUp support the handling of the mouse. The events OnMouseWheel, OnMouseWheelUp, and OnMouseWheelDown support the mouse wheel. The events OnStartDrag, OnDragDrop, OnEndDrag, and OnDragOver control the drap and drop operations. For further details on these events please consult the Delphi/C++Builder documentation. The OnDataRendered event is triggered after the map has been drawn internally and before it is copied to the screen. The event OnLandMarkAction is triggered when landmarks are added or removed, and the event OnMapImageRequest is triggered when a new map image is to be loaded.
|