FMX.Forms.IFMXWindowService.DestroyWindow

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

Delphi

procedure DestroyWindow(const AForm: TCommonCustomForm);

C++

virtual void __fastcall DestroyWindow(TCommonCustomForm* const AForm) = 0 ;

プロパティ

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

説明

下位クラスでは、DestroyWindow は、指定されたフォームをベースとしたウィンドウを、破壊する機能を実装します。

関連項目