FMX.Controls.TControl.UpdateEffects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateEffects;

C++

void __fastcall UpdateEffects();

Properties

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

Description

Updates the effects of the current control and of the control's parent.

UpdateEffects is called every time the current control is changed (repainted, realigned, resized). UpdateEffects is also used when a new child is added to the control by calling AddObject.

See Also