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

Removes the popup shadow that the constructor creates and dispatches the TPopup.OnClosePopup event.

See Also