FMX.MultiView.Types.TCustomPopover.Popup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover


Beschreibung

Startet die Animation, die das Popover anzeigt.

Diese Methode registriert auch eine Ereignisbehandlungsroutine für das Ereignis TCustomPopupForm.OnRealPlacementChanged, das Änderungen an der Platzierung des Popovers behandelt.

Siehe auch