FMX.Types.IDesignablePersistent.GetBoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBoundsRect: TRect;

C++

virtual System::Types::TRect __fastcall GetBoundsRect() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IDesignablePersistent

Description

FMX.Types.IDesignablePersistent.GetBoundsRect is a bounding rectangle representing this TPersistent in the designer.

See Also