FMX.MultiView.Types.TCustomPopover.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Popup(const AShowModal: Boolean = False); override;

C++

virtual void __fastcall Popup(const bool AShowModal = false);

Properties

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

Description

Starts the animation that displays the popover.

This method also registers an event handler for the TCustomPopupForm.OnRealPlacementChanged event, that handles the changes in the placement of the popover.

See Also