[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDragState

Values representing State changes while dragging.

Declaration

Source position: controls.pp line 435

type TDragState = (

  dsDragEnter,

  

Mouse has just entered the control.

  dsDragLeave,

  

Mouse has just left the control.

  dsDragMove

  

Mouse is moving over the control.

);

Description

These values are sent in drag messages, allowing the control to perform special actions when the mouse moves over, enters, or leaves the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.