FMX.Controls.IScene.EnableUpdating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableUpdating;

C++

virtual void __fastcall EnableUpdating() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls IScene

Description

The EnableUpdating method enables the update of the IScene.

See Also