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