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

TDockImageOperation

Actions occuring while dragging an image.

Declaration

Source position: lcltype.pp line 71

type TDockImageOperation = (

  disShow,

  

Show the image.

  disMove,

  

Move the already visible image.

  disHide

  

Hide the image.

);

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