[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Use this method to create a timer component instance
Source position: fpg_main.pas line 299
public constructor TfpgTimer.Create( |
AInterval: Integer |
); override; |
Use this method to create a timer component instance. The AInterval parameter is a value in milliseconds. The timer will fire the OnTimer event every AInterval milliseconds or until the timer is disabled when the Enabled property is set to False.