FMX.Forms.TScreen.CreatePopupList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreatePopupList(const SaveForm: TCommonCustomForm): TList<TCommonCustomForm>;

C++

System::Generics::Collections::TList__1<TCommonCustomForm*>* __fastcall CreatePopupList(TCommonCustomForm* const SaveForm);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen


Beschreibung

Gibt eine Liste der in der Anwendung erstellten Popup-Formulare zurück, die sichtbar, nicht SaveForm sind und keine Vorfahren von SaveForm sind.

Siehe auch