RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMFloat Record
Pascal
TCMFloat = packed record
  Msg: Cardinal;
  Reserved: Integer;
  DockSource: TDragDockObject;
  Result: Integer;
end;
C++
struct TCMFloat {
  unsigned Msg;
  int Reserved;
  TDragDockObject DockSource;
  int Result;
};

Controls

This is record Controls.TCMFloat.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!