RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMDeleteItem Record
Pascal
TWMDeleteItem = packed record
  Msg: Cardinal;
  Ctl: HWND;
  DeleteItemStruct: PDeleteItemStruct;
  Result: Longint;
end;
C++
struct TWMDeleteItem {
  unsigned Msg;
  HWND Ctl;
  PDeleteItemStruct DeleteItemStruct;
  Longint Result;
};

This is record Messages.TWMDeleteItem.

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