[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLType' (#lcl)

TNMListView

Declaration

Source position: lcltype.pp line 2659

type TNMListView = packed record

  hdr: TNMHdr;

  iItem: Integer;

  iSubItem: Integer;

  uNewState: UINT;

  uOldState: UINT;

  uChanged: UINT;

  ptAction: TPoint;

  lParam: LPARAM;

end;