FMX.Controls.TControl.FLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLeft: Single;

C++

float FLeft;

Properties

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

Description

Keeps the value of the Left property.

Do not use it in applications. Use Left instead.

See Also