Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

is there a function or unit sames as TIniFiles that will not save to file?

delphi ini tinifile

How objects are initialized in delphi XE vs XE4

delphi delphi-xe delphi-xe4

Obfuscating images

delphi image jpeg

Is it safe to remove the IDE-created form variable?

delphi forms

How to show dialog box with two buttons ( Continue / Close ) in Delphi

delphi delphi-2010

sprintf in Delphi?

delphi printf delphi-2006

Does a begin-end block affect the performance of a conditional statement?

Open and close vcl form

delphi forms

When and how should I obfuscate my Delphi code?

Delphi - try finally block is guaranteed by compiler to be executed correctly?

Delphi - open source projects [closed]

delphi open-source

How can I delay file deletion until next reboot from my program?

delphi delphi-7

Poor performance of TStringGrid

delphi

How to download a web page into a variable?

delphi

Windows Service: Do work at specified times (Delphi)

windows delphi winapi

How to encode a datetime in delphi

delphi datetime

Parsing a string using a delimiter to a TStringList, seems to also parse on spaces (Delphi)

delphi parsing tstringlist

Clarity in classes implementing multiple interfaces (alternative to delegation):

Can Delphi only use a .dll if required?

delphi dll delphi-5

Why use exception handling in apparently "safe" code?

delphi try-except