API:Winapi.Messages.TWMActivate

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

Delphi

  TWMActivate = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    Active: Word; { WA_INACTIVE, WA_ACTIVE, WA_CLICKACTIVE }
    Minimized: WordBool;
    ActiveMinimizedFiller: TDWordFiller;
    ActiveWindow: HWND;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMActivate
{
public:
    unsigned Msg;
    System::Word Active;
    System::WordBool Minimized;
    HWND ActiveWindow;
    NativeInt Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。