TRepeatButton
TRepeatButton - A TSpeedButton for Lazarus with a repeat property
This is a component for Lazarus IDE and is a descendent of TSpeedButton with a repeat property. So, if you keep the mouse pressed on the button, it will repeat the code from the onClick event, until the mouse is released. There are two properties: StartInterval - the button starts to repeat the code after xx ms after the mouse was pressed. This is necessary, because if the button starts to repeat the code immediately, it will repeat the code a few times, even if you give only a MouseClick...