FMX.Controls.TControl.IsInflated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsInflated: Boolean read FInflated;

C++

__property bool IsInflated = {read=FInflated, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Whether the current style of this control has been actually applied to the control.

IsInflated is True if the current style of the control has been applied to the control. It is False otherwise.

For example, if you change the style of a control at run time, IsInflated is False until the control is updated to show its new style.

See Also