FMX.Controls.TPopup.ClosingAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClosingAnimation: Boolean read FClosingAnimation;

C++

__property bool ClosingAnimation = {read=FClosingAnimation, nodefault};

Properties

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

Description

Is True if the TPopup has a closing animation, False otherwise.

See Also