Show: Delphi
C++
Display Preferences
FMX.Types.TControl.HasEffect
From XE2 API Documentation
Delphi
property HasEffect: Boolean read GetAbsoluteHasEffect;
C++
__property bool HasEffect = {read=GetAbsoluteHasEffect, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Specifies whether the control has an applied effect.
HasEffect is False if an effect was applied to the control, and True otherwise.