RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMDockNotification Record
Pascal
TCMDockNotification = packed record
  Msg: Cardinal;
  Client: TControl;
  NotifyRec: PDockNotifyRec;
  Result: Integer;
end;
C++
struct TCMDockNotification {
  unsigned Msg;
  TControl * Client;
  PDockNotifyRec NotifyRec;
  int Result;
};

This is record Controls.TCMDockNotification.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!