FMX.Types.NullRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NullRect: TRectF = (Left: 0; Top: 0; Right: 0; Bottom: 0);

C++

extern DELPHI_PACKAGE System::Types::TRectF NullRect;

Properties

Type Visibility Source Unit Parent
const
variable
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Constant of type TRectF that is initialized with a null rectangle with all the coordinates set to 0.

See Also