FMX.Controls.Presentation.TPresentedControl.RecalcOpacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecalcOpacity; override;

C++

virtual void __fastcall RecalcOpacity();

Properties

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

Description

Requests the presentation layer to recalculate the opacity of the presentation of your control and its child controls based on the value of the AbsoluteOpacity property.

See Also