Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Is it possible to use the same getter and setter for properties?

delphi properties

Is it safe to call a dll function from multiple threads in a single application?

multithreading delphi dll

Why does ReadDirectoryChangesW omit events?

Set Delphi 7 project "Version Info" from code?

delphi delphi-7

"specific to a platform" warning in Delphi 6 on Windows 7

delphi windows-7 vcl delphi-6

Efficient data structure for GUIDs

How to divide a Delphi project into BPLs properly?

delphi bpl

Why is a Boolean expression (with side effects) not enough as a statement?

How can I configure the new Delphi XE8 Editor begin-end visual cues?

delphi delphi-xe8

How to convert string to date in delphi

datetime delphi

Delphi: Why do I sometimes get an I/O Error 103 with this code?

delphi file-io

Can Delphi 5 generate a .PDB file that VS can use?

How to modify TList<record> value?

delphi generics

Display simple markup in a Label in Delphi

delphi

Best Icon size for displaying in the tray

Http Post with indy

delphi http post indy

How to create an auto-property faster in Delphi IDE?

How can I remove the sunken inner edge of an MDI client window?

delphi mdi delphi-xe3

Anonymous Record constructors in delphi

delphi anonymous-types

How to create a case in-sensitive TEqualityComparer for TDictionary?

delphi