JVCL Help:TJvCaptionPanel.OnStartAutoDrag

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user starts to drag the panel.


Pascal

 TJvAutoDragStartEvent = procedure (Sender: TObject; var AllowDrag: Boolean) ofobject;
propertyOnStartAutoDrag: TJvAutoDragStartEvent;


Parameters

Parameters Description
AllowDrag Set to false to prevent the user from dragging the panel.
Sender The panel that triggered the event.


Description

Write a handler for this event to be notified when the user starts dragging the panel. Set AllowDrag to false to cancel the drag.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page