API:Vcl.Controls.TCMFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMFloat = record

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.