[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomIdleTimer.SetAutoEnabled

Sets the value for the AutoEnabled property.

Declaration

Source position: extctrls.pp line 234

protected procedure TCustomIdleTimer.SetAutoEnabled(

  const AValue: Boolean

); virtual;

Arguments

AValue

  

New value for the property.

Description

Calls UpdateHandlers to add or remove event handlers assigned in the Application singleton.

See also

Application

  

The TApplication singleton.