FMX.Controls.IScene.DisableUpdating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableUpdating;

C++

virtual void __fastcall DisableUpdating() = 0 ;

Properties

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

Description

The DisableUpdating method disables the update of the IScene.

See Also