[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#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.

);


Version 3.2 Generated 2024-02-25 Home