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

TBandMoveEvent

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

Declaration

Source position: extctrls.pp line 1439

type TBandMoveEvent = procedure(

  Sender: TObject;

  Control: TControl;

  var ARect: TRect

) of object;

Arguments

Sender

  

Object instance for the event notification.

Control

  

Control for the event notification.

ARect

  

Display rectangle for the event notification.