Thema
:
Delphi
TObjectList Sortieren
Einzelnen Beitrag anzeigen
Union
Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.492 Beiträge
Delphi 7 Enterprise
#
3
AW: TObjectList Sortieren
1. Mär 2019, 17:22
Also entweder multiplizieren oder Du sortierst den String.
markieren
Delphi-Quellcode:
function
TAnfrageItem.GetSortInt: LongInt;
begin
Result:=StrToInt(FormatFloat('
0000
',FSortGruppe)*10000+FormatFloat('
0000
',FSort));
end
;
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
Zitat
Union
Öffentliches Profil ansehen
Mehr Beiträge von Union finden