API:Winapi.Messages.TWMParentNotify
Delphi
TWMParentNotify = record
C++
struct DECLSPEC_DRECORD TWMParentNotify
{
public:
unsigned Msg;
public:
union
{
struct
{
System::Word Event;
System::Word Value1;
int Value2;
int Result;
};
struct
{
System::Word Unused2;
System::Word Value;
short XPos;
short YPos;
};
struct
{
System::Word Unused1;
System::Word ChildID;
HWND ChildWnd;
};
};
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Winapi.Messages.pas Winapi.Messages.hpp |
Winapi.Messages | Winapi.Messages |
Description
Embarcadero Technologies does not currently have any additional information.