Vcl.Controls.TCMGotFocus

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TCMGotFocus = TWMNoParams;

C++

typedef Winapi::Messages::TWMNoParams TCMGotFocus;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TCMGotFocus ist ein Record, der von der Botschaft CM_GOTFOCUS verwendet wird.

TCMGotFocus ist ein Alias für den Typ TWMNoParams. TCMGotFocus wird von der Botschaft CM_GOTFOCUS verwendet.


Die folgende Tabelle enthält die Felder von TCMGotFocus:

Feld Bedeutung

Msg

Enthält den Windows-Botschaftscode.

Unused

Nicht verwendet.

Result

Enthält den Rückgabewert der Anwendung, von der die Botschaft verarbeitet wird.


Siehe auch