FMX.Controls.TControl.ApplyEffect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyEffect; virtual;

C++

virtual void __fastcall ApplyEffect();

Properties

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

Description

Applies effects to the control, if specified.

This method is called internally during the process of component rendering.

Do not call this method. To apply an effect to a control, add an effect component as a child to the control.

See Also