FMX.Controls.TControl.ApplyingEffect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplyingEffect: Boolean read FApplyingEffect;

C++

__property bool ApplyingEffect = {read=FApplyingEffect, nodefault};

Properties

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

Description

A flag that signals when a control is in the process of applying an effect.

The ApplyEffect method uses this flag to correctly render a control.

See Also