FMX.Controls.TControl.SetLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLeft(const Value: Single);

C++

void __fastcall SetLeft(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 Left property. Value specifies the new value of the Left property.

See Also