Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Why not raise EInvalidPointer?

delphi invalid-pointer

Trying to locate SafeMM for Delphi

Deep copy of a record with R1:=R2, or Is there good way to implement NxM matrix with record?

Delphi: Renaming an Invalid Folder

Solving Delphi BPL Package problems where BPLs won't load but you've already recompiled (Windows VirtualStore filesystem issue)

delphi dependencies bpl

Issue with FileExists and Modified Date

delphi delphi-7

Delphi dynamic array iteration and record copying

delphi

Can I modify a constant in the RTL class System.Classes.TStream and rebuild it at runtime in Delphi XE6?

delphi delphi-xe6

Why am I able to access private class variables from outside the class, and how can I prevent it?

delphi access-modifiers

How to make sure that a file was permanently saved on USB, when user doesn't use "Safely Remove Hardware"?

windows delphi winapi usb flush

How can I get Delphi 2010 IDE to show a split view with a form and its code at the same time?

delphi ide

Efficiently Computing Text Widths

VirtualTreeView: properly handling selection changes

What is the proper way to check if Excel OLE is available?

excel delphi ole

How to get the currently active form in my application?

delphi

In Delphi, how can you check if an IInterface reference implements a derived but not explicitly-supported interface?

How are the basic Delphi types related to each other?

delphi types

What are the MSBuild project level properties for Delphi?

delphi msbuild delphi-2010

Export a global symbol from a Delphi DLL

delphi dll export symbols

Can I step into the VCL (Pascal) code while debugging a C++ app?