Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TNMListView

Record type used for List View change notification messages.

Declaration

Source position: lcltype.pp line 2969

type TNMListView = packed record

  hdr: TNMHdr;

  

  iItem: Integer;

  

  iSubItem: Integer;

  

  uNewState: LongWord;

  

  uOldState: LongWord;

  

  uChanged: LongWord;

  

  ptAction: TPoint;

  

  lParam: PtrInt;

  

end;