FMX.Controls.TControl.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: Single); virtual;

C++

virtual void __fastcall SetHeight(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 Height property. Value specifies the new value of the Height property.

See Also