FMX.Forms.TScreen.CloseFormList

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen


説明

List で指定されたフォームを閉じます。

関連項目