FMX.Controls.TPopup.CreatePopupForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreatePopupForm: TFmxObject; virtual;

C++

virtual Fmx::Types::TFmxObject* __fastcall CreatePopupForm();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup


Beschreibung

Für den internen Gebrauch.

Erstellt ein neues Popup-Formular TCustomPopupForm. Dieses Popup-Formular wird in der Eigenschaft PopupForm gespeichert. Popup ruft CreatePopupForm auf.

Siehe auch