Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Why does a call to GetDIBits fail on Win64?

Delphi - how to check for any windows user if it is an administrator?

windows delphi winapi

Nested generic record

When should I use VirtualTree's BeginSynch vs BeginUpdate?

delphi virtualtreeview

Setting EXE icon in Delphi 7

delphi icons delphi-7

If terminating a hung thread is a good idea, how do I do it safely?

How can I read barcodes without having the user focus a text box first?

c# java windows delphi barcode

Delphi: Aero-Glass Tabs [closed]

delphi tabs aero-glass

How I can add a custom Color to an TColorBox using the OnGetColors event?

delphi delphi-xe

Delphi : how to check if a file exists (path over 255 characters)

delphi winapi

How do I implement an efficient 32 bit DivMod in 64 bit code

delphi assembly x86-64

Interface Versioning

delphi dll interface com version

What is the TForm.TipMode property for?

delphi delphi-xe6

Do I need to add "inherited" line into record constructors?

delphi constructor record

Why do TObject.AfterConstruction and BeforeConstruction have public visibility?

delphi delphi-xe4 tobject

Why does my class implement child interfaces, but not their parents?

Is it possible to sort a TDBGrid on a lookup field?

delphi

(Save Dialog) How to change file extension automatically on file filter change in Vista/Win7?

Delphi Exception Handling - How to clean up properly?

delphi exception-handling

Execute an EXE File from Resource into Memory

delphi memory resources