Winapi.Messages.TWMSysCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TWMSysCommand = record

C++

struct DECLSPEC_DRECORD TWMSysCommand
{
public:
    unsigned Msg;
    NativeUInt CmdType;
public:
    union
    {
        struct
        {
            short XPos;
            short YPos;
            NativeInt Result;
        };
        struct
        {
            System::Word Key;
        };
        struct
        {
            HWND ActivateWnd;
        };
    };
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

Beschreibung

Windows-Botschafts-Record für WM_SYSCOMMAND.

Weitere Informationen zur Meldung WM_SYSCOMMAND finden Sie in der Dokumentation von Windows Dev Center.

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