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

Controls

This is record Controls.TCMDockClient.

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