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 ChartPack Plot3D Events Events | |||||||||||
See also: OnMouseAction | |||||||||||
Events |
|||||||||||
The OnClick and the OnDblClick events occur when the user clicks on the component. The OnClick and the OnDblClick events occur when the user clicks on the component. The events OnMouseMove, OnMouseDown, OnMouseUp, OnMouseWheel, OnMouseWheelUp, and OnMouseWheelDown support the handling of the mouse. See the Delphi (C++ Builder) documentation for more details. Note, that the OnMouseMove event is internally used to control the interactive operation if the property MouseAction is set to a value other than maNone. The OnMouseAction event returns the current angles, the coordinates of the center of the surface and the magnification factor. The event OnBeforeRenderPolygon can be used to influence the appearance of the individual quadrilaterals of the 3D surface. The event OnMouseMoverOverPlot returns the position of the mouse in cell coordinates of the matrix GridMat (if the mouse is over the 3D surface).
|