Ich habe jetzt die Änderungen eingecheckt und den Screenshot ergänzt. Das Projekt kompiliert nun von Delphi 6 bis 10.2 Tokyo. Die Kompilate scheinen auch alle zu funktionieren.
Etwas unsicher bin ich mir bei LVM_GETNEXTITEM... Denn:
Index of the item to begin the search with, or -1 to find the first item that matches the specified flags.
Aber (und so ist es deshalb nun auch korrekt umgesetzt in Delphi seit ich glaube Delphi 2005 oder 2006):
WPARAM
A message parameter.
This type is declared in WinDef.h as follows:
typedef UINT_PTR WPARAM;
Wie soll da -1 übergeben werden? Ich caste jetzt, aber ob das funktioniert...
// EDIT:
Ganz funktioniert es noch nicht mit 10.2 Tokyo... das Programm startet zwar, aber das Anlegen eines Benutzers klappt nicht.