Winapi.Messages.TWMKillFocus

提供:RAD Studio API Documentation

Delphi

TWMKillFocus = record

C++

struct DECLSPEC_DRECORD TWMKillFocus
{
public:
    unsigned Msg;
    HWND FocusedWnd;
    int Unused;
    int Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

WM_KILLFOCUS のための Windows メッセージ レコード。

WM_KILLFOCUS メッセージについての詳細については、次の Windows Dev Center のドキュメントを参照してください。

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