FMX.Memo.Style.TStyledMemo.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.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

Forces the current control to recalculate its Opacity property.

FMX.Memo.Style.TStyledMemo.RecalcOpacity inherits from FMX.Controls.TControl.RecalcOpacity. All content below this line refers to FMX.Controls.TControl.RecalcOpacity.

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

See Also