API: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

Dispatcher of the OnPopup event.

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

See Also