[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_main' (#fpgui)

TfpgTimer.Create

Use this method to create a timer component instance

Declaration

Source position: fpg_main.pas line 299

public constructor TfpgTimer.Create(

  AInterval: Integer

); override;

Description

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.


Documentation generated on: 2013-04-29