procedure TForm1.FormCreate(Sender:TObject);
begin
randomize;
end;
procedure TForm1.Button1Click(Sender:TObject);
begin
table1.First;
table1.MoveBy(Random(table1.recordcount));
end;
begin
randomize;
end;
procedure TForm1.Button1Click(Sender:TObject);
begin
table1.First;
table1.MoveBy(Random(table1.recordcount));
end;
回复Comments
作者:
{commentrecontent}