Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Should the compiler hint/warn when passing object instances directly as const interface parameters?

Is delphi TQueue buggy? Using TQueue<Tbytes> return nil with dequeue

delphi delphi-10.2-tokyo

Delphi XE2 Data Module expects only database components?

Delphi: How to determine and empty TDatetime value

Can 48x48 or 64x64 icons be obtained from the Vista Shell?

delphi

Troubleshooting DPI Virtualization and DPI-aware applications, in Windows Vista and Windows 7

How can I fix "Cannot open clipboard: Access Denied" errors?

Documentation and API Samples for drawing on Windows Aero Glass (DWM, GDI, GDI+) for all Win32 programmers

When a class implements a descendant interface, why doesn't it automatically count as implementing the base interface?

Google like edit/combo control for Delphi?

How to mark as deprecated a single enum value in Delphi

Abstract Class in Delphi

delphi abstract delphi-2009

What do I do when my program crashes with exception 0xc0000005 at address 0?

delphi debugging crash

Delphi array initialization

delphi arrays point tobject

What's the difference between casting using (Object as TClass) and TClass(Object)

How to get the sort order in Delphi as in Windows Explorer?

Why is CharInSet faster than Case statement?

Best practice: Keep TCP/IP connection open or close it after each transfer?

Suggestions for how to define command line parameters

delphi paramstr

How to flush a TFileStream?