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_thumbnails
Class: TThumbnails
Declaration: property OnClick: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnMouseMove: TMouseMoveEvent;
property OnMouseDown: TMouseEvent;
property OnMouseUp: TMouseEvent;
property OnResize: TNotifyEvent;
property OnStartDrag;
property OnDragDrop;
property OnEndDrag;
property OnDragOver;

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 OnResize event occurs if the control has been resized. 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 event OnFocusChange occurs when the focus of a slide changes, the events OnImageClick and OnImageDblClick occur if the user (double)clicks a slide, and OnImageRequest is triggered when then component needs to update one of the thumbnail images.


Last Update: 2023-Dec-13