FMX.Forms.IFMXWindowService.SetWindowState

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

Delphi

procedure SetWindowState(const AForm: TCommonCustomForm; const AState: TWindowState);

C++

virtual void __fastcall SetWindowState(TCommonCustomForm* const AForm, const System::Uitypes::TWindowState AState) = 0 ;

プロパティ

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

説明

下位クラスでは、SetWindowState は、ウィンドウの状態(表示、非表示、最大化など)を指定されたフォームに適用するための機能を実装します。

関連項目