FMX.Types.TPosition.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 TPosition

Description

Returns True if the components are the default ones, False otherwise.

Empty returns True if the X and Y coordinates are both the same as described by the DefaultValue property, False otherwise.

See Also