We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2880cda commit cb3d637Copy full SHA for cb3d637
1 file changed
demos/VirtualData/Custom Sorting/Unit_Custom_Sorting.pas
@@ -57,6 +57,7 @@ procedure TForm1.FormCreate(Sender: TObject);
57
begin
58
SetLength(Persons,10);
59
FillMyData(Persons);
60
+
61
SortColumn:=-1;
62
SortSubColumn:=-1;
63
0 commit comments