Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

delphi form to call many functions

How to record mic and speakers in one buffer and/or sound file

delphi directx

Protect a string buffer from two threads?

Change Caption of MessageBox with some variable inside message in Delphi

delphi messagebox

Copy data from a pointer?

delphi pointers copy record

Import VCL component to Firemonkey application

Visibility of reintroduced constructor

delphi constructor

How to use TVirtualStringTree to display multi-line items and "expanded" select item?

delphi virtualtreeview

How best to modify / install a component library path into the Delphi IDE without doing it manually?

How do you set the FileTypeIndex in a DoExecute TFileSaveDialog Event if the extension is known?

delphi delphi-2010

Is it possible to modify VCL styles at runtime?

How to translate RETRIEVAL_POINTERS_BUFFER structure to Delphi?

Why is my Delphi 6 program triggering a request for admin rights upon install on only a minority of Windows 7 systems (InnoSetup)?

Fix VCL Styles Directory in Delphi XE3

delphi ide styles vcl delphi-xe3

Rounding the corners of a tooltip window with DWM_WINDOW_CORNER_PREFERENCE makes the window a lot higher

delphi winapi delphi-2007

How to executing string as procedure

delphi procedure

delphi pick a random value from an enum

delphi

Get a list of all used tables in a Postgresql SELECT query

postgresql delphi lazarus

Loading DLL via GetModuleHandle/LoadLibrary and using FreeLibrary

windows delphi winapi