Unit 'CustomTimer' Package
[Overview][Classes][Index] [#lcl]

TCustomTimer.SetInterval

Sets the value for the Interval property.

Declaration

Source position: customtimer.pas line 40

protected procedure TCustomTimer.SetInterval(

  Value: Cardinal

); virtual;

Arguments

Value

  

The Value of the Interval property in milliseconds.

See also

TCustomTimer.Interval

  

The Interval (in milliseconds) for timer notifications.