API:Winapi.Messages.TWMActivate
Delphi
TWMActivate = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
Active: Word; { WA_INACTIVE, WA_ACTIVE, WA_CLICKACTIVE }
Minimized: WordBool;
ActiveMinimizedFiller: TDWordFiller;
ActiveWindow: HWND;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TWMActivate
{
public:
unsigned Msg;
System::Word Active;
System::WordBool Minimized;
HWND ActiveWindow;
NativeInt Result;
};
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.