JVCL Help:TJvDockClient.DirectDrag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether docking should begin immediately


Pascal

 propertyDirectDrag: Boolean;


Description

DirectDrag specifies whether the dock operation performs at once when user drag the dockable form. If DirectDrag property is False, application won't deal with dock operation directly. The dock operation won't perform until mouse has determinately moved a certain distance (default value is 5 pixel).(Otherwise if DirectDrag property is True, application will perform dock operation directly.)


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