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

TSectionDragEvent

TSectionDragEvent - generic event handling method for dragging a header section.

Declaration

Source position: comctrls.pp line 3997

type TSectionDragEvent = procedure(

  Sender: TObject;

  FromSection: THeaderSection;

  ToSection: THeaderSection;

  var AllowDrag: Boolean

) of object;


Version 3.2 Generated 2024-02-25 Home