Vcl.StdActns.TWindowAction

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

Vcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWindowAction

Delphi

TWindowAction = class(TAction)

C++

class PASCALIMPLEMENTATION TWindowAction : public Vcl::Actnlist::TAction

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

説明

TWindowAction は,MDI フォームを処理するアクションオブジェクトの基本クラスです。

TWindowAction は,MDI フォームで処理を実行するアクションに共通する動作を実装します。各下位クラスは,MDI 子フォームの整列,重ねて表示,閉じる,並べて表示,最小化などの特定のタスクを実行します。TWindowAction は,アプリケーション内で直接使用しないでください。かわりに,TWindowCloseTWindowCascadeTWindowMinimizeAllTWindowArrangeTWindowTileHorizontalTWindowTileVertical などの TWindowAction の下位クラスを使用します。

TWindowAction は,ターゲットが MDI 親フォームである限り,アクションが有効であることを保証します。TWindowAction の下位オブジェクトは,ExecuteTarget メソッドをオーバーライドして,ターゲットの子フォームにその特定の処理を実行します。

関連項目