FMX.Controls.TPopup.IsOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsOpen: Boolean read FIsOpen write SetIsOpen;

C++

__property bool IsOpen = {read=FIsOpen, write=SetIsOpen, nodefault};

Properties

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

Description

Is True if the TPopup is dropped down, False otherwise.

See Also