FMX.Controls.TControl.AbsoluteRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteRect: TRectF read GetAbsoluteRect;

C++

__property System::Types::TRectF AbsoluteRect = {read=GetAbsoluteRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the absolute rectangle that bounds the control. It returns the bounding rectangle of the control in absolute coordinates (relative to the main form).

See Also