FMX.Controls.TControl.HasAfterPaintEffect
Delphi
property HasAfterPaintEffect: Boolean read GetAbsoluteHasAfterPaintEffect;
C++
__property bool HasAfterPaintEffect = {read=GetAbsoluteHasAfterPaintEffect, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies whether the control has an effect that is applied after the control is painted.
HasAfterPaintEffect is True if the control has an effect that is applied after the control is painted, and False otherwise.