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....



OnMouseMoveInChart


Unit:SDL_polchart
Class:TPolChart
Declaration:OnMouseMoveInChart: TpcMouseMoveInChartEvent;
{TpcMouseMoveInChartEvent = procedure (Sender: TObject; InChart: boolean; Shift: TShiftState; rad, phi: double) of object;}

The event OnMouseMoveInChart occurs when the mouse cursor is moved within the chart window area. See TpcMouseMoveInChartEvent for a detailed description of the event.

Example: This event is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): poldiag


Last Update: 2023-Dec-13