Performance
Discussions tagged Performance
-
more than a month ago
TForm Repaint speed Android (Delphi 10.2 vs 10.1)
I'm programming a game and recently switched to Delphi 10.2. FPS dropped. After searching for some time I think it is becasue of TForm paint speed.Here is my test:1 Created a new Multi-Device application.2 Put a TTimer on it.3 Timer interval set to 1... -
more than a month ago
Best Pratices for using Firedac
Is there a more secure way to pass parameters to a query? TFDQuery(Qry).SQL.Clear; TFDQuery(Qry).SQL.Add('select * from table where id= :id'); // option 1 TFDQuery(Qry).Parambyname('id').AsFloat := valueFloat; //or option...
- Page :
- 1