JVCL Help:TJvCustomSpeedButton.AllowTimer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the OnClick event occurs at regular intervals while the button is in the depressed state.


Pascal

 propertyAllowTimer: Boolean;


Description

Use AllowTimer to specify whether an OnClick event continues to be generated at regular intervals while the button is in the depressed state. If AllowTimer is set to false, a single OnClick event is generated when the button is released. If AllowTimer is set to true, the OnClick event continues to be generated at regular intervals while the button is in the depressed state.
Use InitPause and RepeatInterval to specify the amount of time, in milliseconds that passes before the first OnClick event is fired and before another OnClick event is fired, resp.


See Also

TJvCustomSpeedButton.InitPause, TJvCustomSpeedButton.RepeatInterval


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