FMX.Controls.TControl.SetBoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBoundsRect(const Value: TRectF); virtual;

C++

virtual void __fastcall SetBoundsRect(const System::Types::TRectF &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Setter function for the BoundsRect property. Value specifies the new value of the BoundsRect property.

See Also