FMX.MultiView.Types.TCustomPopover.DoPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPopup; override;

C++

virtual void __fastcall DoPopup();

Properties

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

Description

Displays the popover shadow that the constructor creates and calls the TPopup.OnPopup event.

See Also