Vcl.Controls.TCMFloat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCMFloat = record

C++

struct DECLSPEC_DRECORD TCMFloat
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    NativeUInt Reserved;
    TDragDockObject* DockSource;
    NativeInt Result;
};

Eigenschaften

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

Beschreibung

TCMFloat wird mit einer CM_FLOAT-Botschaft verwendet.

Ein Objekt des Typs TCMFloat wird mit einer CM_FLOAT-Botschaft verwendet. Die folgende Tabelle führt die in TCMFloat enthaltenen Felder auf:



Feld Bedeutung

Msg

Enthält den Windows-Botschaftscode.

Reserved

Nicht verwendet.

DockSource

Enthält Drag&Dock-Informationen für das Steuerelement.

Result

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



Der TCMFloat wird intern verwendet.

Siehe auch