Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDockImageOperation

Actions occurring while dragging an image.

Declaration

Source position: lcltype.pp line 78

type TDockImageOperation = (

  disShow,

  

Show the image.

  disMove,

  

Move the already visible image.

  disHide

  

Hide the image.

);