FMX.Controls.TControl.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWidth(const Value: Single); virtual;

C++

virtual void __fastcall SetWidth(const float Value);

Properties

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

Description

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

See Also