FMX.Controls.TPopup.VisibleStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VisibleStored: Boolean; override;

C++

virtual bool __fastcall VisibleStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Specifies whether TPopup has an associated action.

The VisibleStored method returns True if TPopup has an associated action (if the ActionClient property is True). This method returns False otherwise.

See Also