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

TBandDragEvent

Specifies an event handler signalled when a control band is dragged.

Declaration

Source position: extctrls.pp line 1436

type TBandDragEvent = procedure(

  Sender: TObject;

  Control: TControl;

  var Drag: Boolean

) of object;

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