FMX.Types.TWindowHandle.IsScaleInteger

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also