FMX.Controls.TControl.RecalcOpacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecalcOpacity; virtual;

C++

virtual void __fastcall RecalcOpacity();

Properties

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

Description

Forces the current control to recalculate its Opacity property. RecalcOpacity also forces the control's children to recalculate their Opacity property.

See Also