Winapi.Messages.TWMSize

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

Delphi

  TWMSize = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    SizeType: WPARAM;  { SIZE_MAXIMIZED, SIZE_MINIMIZED, SIZE_RESTORED,
                         SIZE_MAXHIDE, SIZE_MAXSHOW }
    Width: Word;
    Height: Word;
    WidthHeightFiller: TDWordFiller;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMSize
{
public:
    unsigned Msg;
    NativeUInt SizeType;
    System::Word Width;
    System::Word Height;
    NativeInt Result;
};

プロパティ

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

説明

WM_SIZE のための Windows メッセージ レコード。

WM_SIZE メッセージについての詳細については、次の Windows Dev Center のドキュメントを参照してください。

http://msdn.microsoft.com/library/en-us/windows/desktop/ms632646.aspx