Winapi.Messages.TWMSize

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

Description

Enregistrement de message Windows pour WM_SIZE.

Pour de plus amples informations sur le message WM_SIZE, voir la documentation du Centre de développement Windows.

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