FMX.Types.TBounds.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Empty: Boolean;

C++

bool __fastcall Empty();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Returns True if either the Width or Height of the Rect are empty, and False otherwise.

See Also