Vcl.Controls.TCMLostFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMLostFocus = TWMNoParams;

C++

typedef Winapi::Messages::TWMNoParams TCMLostFocus;

Properties

Type Visibility Source Unit Parent
record
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCMLostFocus is a record used by the CM_LOSTFOCUS message.

TCMLostFocus is an alias for the TWMNoParams type. TCMLostFocus is used by the CM_LOSTFOCUS message.


The following table lists the fields of TCMLostFocus:

Field Meaning

Msg

Represents the Windows message code.

Unused

Unused.

Result

Holds the value returned by the application processing the message.


See Also