System.Types.TSize.IsZero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsZero : Boolean;

C++

bool IsZero() const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TSize

Description

Tests whether the width and the height of the TSize object are zero.

IsZero returns the Boolean value True if both the width and the height of the TSize object are zero. Otherwise, it returns False.

See Also