System.Types.TPoint.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool IsEmpty() const _ALWAYS_INLINE {

Properties

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

Description

Tests whether the point is empty.

IsEmpty returns the Boolean value True if the point is empty. Otherwise, it returns False. The point is empty if its both coordinates are zero.

See Also