FMX.Controls.TControl.FLastWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLastWidth: Single;

C++

float FLastWidth;

Properties

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

Description

Keeps the value that the Width property had before it was last changed.

Do not use it in applications.

See Also