Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?

delphi indy delphi-xe indy10

What scripting tool can I use for automated testing of Delphi programs? [closed]

Shouldn't calling Free on an object reference set to nil throw an Access Violation every time it is called?

delphi delphi-xe

Is there, besides hunting for memory leaks, another situation where I should free all objects when destroying an application?

How to load a png image into a TImage

delphi

What can influence Delphi executable size?

delphi delphi-7

Delphi Adding Items to ComboBox Speed

delphi combobox performance

*Sometimes* get an error when assigning to a constant in Delphi

delphi delphi-2007

Does Delphi's static keyword have any point in native-only code?

delphi oop class

Random numbers in a range

delphi random numbers range

How to detect when the form is being maximized?

Is DataSnap Optimized for responding to more than 1k users at the same time?

How to temporarily stop a control from being paint?

delphi delphi-xe

Cursor not changing on MouseDown

delphi

Getting data from Modal forms before it closes

delphi modal-dialog

How do I write to StdOut from a GUI app started from the command line?

delphi

How to check if network is available on Android and iOS ( Delphi XE5 )

android ios delphi delphi-xe5

Does Delphi call inherited on overridden procedures if there is no explicit call

delphi oop inheritance

Delphi Multi-Threading Message Loop

Is the Random Generator from Delphi the same calculation as C# if fed the same seed?

c# delphi random