Show: Delphi
C++
Display Preferences
FMX.Types.TControl.HasDisablePaintEffect
From XE2 API Documentation
Delphi
property HasDisablePaintEffect: Boolean read GetAbsoluteHasDisablePaintEffect;
C++
__property bool HasDisablePaintEffect = {read=GetAbsoluteHasDisablePaintEffect, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Specifies whether the control's effect is painted.
HasDisablePaintEffect is True if the control has disabled the painting effect, and False otherwise.