Record type used for List View change notification messages.
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; |