FMX.Controls.TControl.HasDisablePaintEffect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasDisablePaintEffect: Boolean read GetAbsoluteHasDisablePaintEffect;

C++

__property bool HasDisablePaintEffect = {read=GetAbsoluteHasDisablePaintEffect, nodefault};

Properties

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

Description

Specifies whether the control's effect is painted.

HasDisablePaintEffect is True if the control has disabled the painting effect, and False otherwise.

See Also