FMX.Controls.TPopup.PopupForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupForm: TFmxObject read FPopupForm;

C++

__property Fmx::Types::TFmxObject* PopupForm = {read=FPopupForm};

Properties

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

Description

Holds the form that appears on the screen after the Popup method execution.

The value of the PopupForm property is nil if the form does not exist.

See Also