Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to get current method's name in Delphi 7?

delphi delphi-7

Why should we use classes rather than records, or vice versa?

delphi class record

Is there a Delphi standard function for escaping HTML?

html delphi escaping

How to simulate a Delphi breakpoint in code?

Free Encryption library for Delphi [closed]

How to use Animated Gif in a delphi form

Difference in seconds between two TDateTime variables

delphi

What is the best tool to detect memory leaks in Delphi [closed]

delphi memory-leaks

Can a desktop Delphi application be certified for Windows 8 (using Windows App Certification Kit)?

Looking for a Complete Delphi (object pascal) syntax

delphi syntax grammar

Delphi code completion performance [closed]

What does `at ReturnAddress` mean in Delphi?

delphi exception

Is there a program to decompile Delphi? [closed]

Tool for licensing and protect my Delphi Win32 apps [closed]

delphi licensing

How to return array from a Delphi function?

arrays delphi

how can delphi 'string' literals be more than 255?

string delphi size delphi-7

Delphi - Convert byte array to string

delphi

Delphi - prevent against SQL injection

What are the pros and cons of using interfaces in Delphi?

delphi interface

How to correctly write Try..Finally..Except statements?