Access violation in Delphi 12.3
Hi,
It seems that by assigning SQL command when the form open an access violation is raised.
procedure TfMain.FormShow(Sender: TObject);
begin
queryBuilder.SQL:= 'select * from orders';
end;
With Delphi 10.4 and previous Active Query Builder version doesn't happen.