FMX.MultiView.Types.TCustomPopover.DoClosePopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoClosePopup; override;

C++

virtual void __fastcall DoClosePopup();

Eigenschaften

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


Beschreibung

Entfernt den Popup-Schatten, den der Konstruktor erstellt, und leitet das Ereignis TPopup.OnClosePopup weiter.

Siehe auch