FMX.Controls.TControl.FLastHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLastHeight: Single;

C++

float FLastHeight;

Properties

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

Description

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

Do not use it in applications.

See Also