JVCL Help:TJvDockVSNetStyle.SetAnimationInterval

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

Search in JVCL Help

 
Search in all projects
 

Summary

Sets a new animation interval.


Pascal

 classprocedureSetAnimationInterval(constValue: Integer);


Parameters

Parameters Description
const Value: Integer the new animation interval, in milliseconds.


Description

Call SetAnimationInterval to change the animation interval for VS.Net style dockable forms. The lower the interval value, the faster the forms are shown and hidden. This is a class method and thus can be called without creating an instance of the object. The default value for the animation interval is 20 milliseconds.


See Also

TJvDockVSNetStyle.GetAnimationInterval


About

Notes

Changing the animation interval, changes it for allTJvDockVSNetStyle forms.


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