Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Compiling for both x86 and x64

Iterating over main menu's items (including subitems)

delphi menu iteration

How can I make sure RTTI is available for a class without instantiating it?

delphi delphi-xe2 rtti

Drag and Drop files to Delphi form not working

delphi delphi-2010

Can I check the Indy version installed?

delphi delphi-xe2 indy

Array of a custom class as a property

class delphi components

How to save an unknown Interface to a Pointer?

delphi pointers interface

Delphi: 'Property ClientHeight does Not Exist'

VCL Style from DLL is affecting TMenuItem in Application

How do I pass nil to a var parameter?

delphi delphi-7

Do Delphi class vars have global or thread local storage?

multithreading delphi

Delphi, frames vs forms. What for multi-document interface?

delphi mdi frames tframe

How to tell if a Delphi app "owns" its console?

How can I efficiently retrieve the number of files in a directory?

How to change controls simultaneously without repainting each one?

forms delphi repaint

Creating a Delphi app shortcut with no corresponding menu item

Do Windows shortcuts support very long argument lengths?

Delphi - Ensure a class constructor is called

delphi class constructor

Class function that creates an instance of itself in Delphi

Borland / Delphi alternative to __super keyword