TCMDockNotification = packed record Msg: Cardinal; Client: TControl; NotifyRec: PDockNotifyRec; Result: Integer; end;
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!
|