Controls.TCMFloat
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
TCMFloat = packed Msg: Cardinal; Reserved: Integer; DockSource: TDragDockObject; Result: Integer; end;
Unit: Controls
Type: struct
C++ Information
From Controls.hpp
TCMFloat = class
Unit: Controls
Type: class
Class Fields: Controls.TCMFloat Fields
Description
TCMFloat is used with a CM_FLOAT message.
An object of type TCMFloat is used with a CM_FLOAT message. The following table lists the fields contained by TCMFloat:
| Field | Meaning |
|---|---|
|
Msg |
Represents the Windows message code. |
|
Reserved |
Unused. |
|
DockSource |
Contains drag-and-dock information for the control. |
|
Result |
Holds the value returned by the application processing the message. |
The TCMFloat type is used internally.