FMX.Types.TWindowHandle.IsScaleInteger
Delphi
function IsScaleInteger: Boolean;
C++
bool __fastcall IsScaleInteger();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TWindowHandle |
Description
Indicates whether the scale is an integer value (True) or has a fractional part (False).
For example:
- If
Scaleis1.0, IsScaleInteger isTrue. - If
Scaleis1.5, IsScaleInteger isFalse.