FMX.StdCtrls.TCustomButton.DoRepeatDelayTimer
Delphi
procedure DoRepeatDelayTimer(Sender: TObject);
C++
void __fastcall DoRepeatDelayTimer(System::TObject* Sender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomButton |
Description
Internally executes every 100 milliseconds if the RepeatClick property is True.
If the RepeatClick property is True, each time 100 milliseconds pass, DoRepeatDelayTimer is executed and the DoRepeatTimer method is internally called to perform the button's OnClick event.