API:FMX.MultiView.Types.TCustomPopover.DoClosePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClosePopup; override;

C++

virtual void __fastcall DoClosePopup();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Description

Dispatcher of the OnClosePopup event.

FMX.MultiView.Types.TCustomPopover.DoClosePopup inherits from FMX.Controls.TPopup.DoClosePopup. All content below this line refers to FMX.Controls.TPopup.DoClosePopup. Dispatcher of the OnClosePopup event.


See Also