Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Delphi: Which are the downsides of having unused units listed in the uses clause?

delphi uses-clause

What is the difference between WideChar and AnsiChar?

delphi widechar

Delphi components to use with SQlite

delphi sqlite components

Is Delphi's TADOConnection thread-safe?

Delphi unit initialization not always called

How to detect that a form is being destroyed across the Application?

delphi delphi-7

StringReplace alternatives to improve performance

delphi

How can I find the location of a "List index out of bounds" error in Delphi

Delphi - Why is TObject.InitInstance public?

delphi

What is the accepted way to use frames in Delphi?

delphi tframe

How can I keep Task Manager from killing my program?

Why the Excess Memory for Strings in Delphi?

Delphi: What are the advantages of using System.New() instead of a local variable, other than just spare a tiny amount of memory?

delphi pascal fpc

Delphi - Is TClientDataset Thread Safe?

delphi tclientdataset

Constant breakpoints? How to remove them?

Simple code to encrypt an .INI file string using a password

Why can't my program find its DLLs on Vista 64?

How to know what type is a var?

delphi runtime typeinfo

How does the Length() function in Delphi work?

arrays delphi

Delphi - dynamically calling different functions

delphi function dynamic call