Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Is it dangerous to use synchronize in a non-VCL application?

multithreading delphi

Can I make a custom Delphi component add multiple units to the uses clause?

delphi components

Is there an easy way to work around a Delphi utf8-file flaw?

delphi utf-8

Delphi 7 32 bits execute and wait 64 bits process

delphi process

Constructor injection versus setter injection for Parent property

How can I detect when a user is finished editing a TStringGrid cell?

delphi events tstringgrid

Can static arrays be safely accessed from multiple threads?

Assign an anonymous method to an interface variable or parameter?

Are Delphi record constructors really needed?

delphi constructor records

Is it possible to change the color of a row in a virtual string tree?

delphi virtualtreeview

How to enter Windows Flip 3D mode on Windows Vista and above?

How I can apply a vcl style to a TPopupmenu?

Why does TPath.HasValidPathChars accept '?' as a valid char in a path?

Delphi - Recompiling application with 10.2.1 causes memory leaks?

Duplicating components at Run-Time

delphi rtti

BDE vs ADO in Delphi

Displaying splash screen in Delphi when main thread is busy

YAML parser in Delphi? [closed]

delphi parsing yaml

How do I display XML using an XSLT document, in a Delphi app?

xml delphi xslt

SQL Server: Why would i add ";1" to the end of a stored procedure name?