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



Events


Unit:SDL_dendrogram
Class:TDendrogram
Declaration: property OnCalcDistance: TOnCalcDistanceEvent;
property OnClick: TNotifyEvent;
property OnCrossHairMove: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnDendroBegin: TNotifyEvent;
property OnDendroDone: TNotifyEvent;
property OnMouseMove: TMouseMoveEvent;
property OnMouseDown: TMouseEvent;
property OnMouseUp: TMouseEvent;
property OnProgress: TOnPercentDoneEvent;
property OnZoomPan: TZoomPanEvent;

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



Last Update: 2023-Dec-13