TCustomListView: trying to implement OnChanging (Win32):

* it seems we have to set WinProcess to False in ListViewParentMsgHandler in order to make the MsgResult actually work.
This commit is contained in:
Bart 2024-01-05 18:39:42 +01:00
parent af9412b019
commit 8e3ea00e68

View File

@ -316,6 +316,7 @@ var
else
MsgResult := 1;
end;
WinProcess := False;
end;
procedure HandleListViewOwnerDataHint(ALV: TCustomListViewAccess);