FMX.Types.GlobalDisableFocusEffect
Delphi
GlobalDisableFocusEffect: Boolean = False;
C++
extern DELPHI_PACKAGE bool GlobalDisableFocusEffect;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Boolean variable that specifies whether the focusing effects are enabled or disabled.
On low-end hardware or mobile devices, bitmap effects are being rendered slowly, so setting this variable to True speeds up the process. GlobalDisableFocusEffect is initialized with False by default.