[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TSectionDragEvent - generic event handling method for dragging a header section
Source position: comctrls.pp line 2907
type TSectionDragEvent = procedure( |
Sender: TObject; |
FromSection: THeaderSection; |
ToSection: THeaderSection; |
var AllowDrag: Boolean |
) of object; |
lazarus-ccr.sourceforge.net |