Winapi.Messages.TWMParentNotify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TWMParentNotify = record

C++

struct DECLSPEC_DRECORD TWMParentNotify
{
public:
    unsigned Msg;
public:
    union
    {
        struct
        {
            System::Word Event;
            System::Word Value1;
            NativeInt Value2;
            NativeInt Result;
        };
        struct
        {
            System::Word Unused2;
            System::Word Value;
            short XPos;
            short YPos;
        };
        struct
        {
            System::Word Unused1;
            System::Word ChildID;
            HWND ChildWnd;
        };
    };
};

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_PARENTNOTIFY.

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

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