FMX.Forms.TScreen.CloseFormList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CloseFormList(const List: TList<TCommonCustomForm>);

C++

void __fastcall CloseFormList(System::Generics::Collections::TList__1<TCommonCustomForm*>* const List);

Eigenschaften

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


Beschreibung

Schließt Formulare, die in der List angegeben sind.

Siehe auch