Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to realize parallel loop in Delphi?

Unused interface reference is not destroyed

Why are there parentheses and dots after an array's name instead of brackets?

delphi syntax

How to create a read-only property?

delphi

how to set width and height of a form in delphi

delphi delphi-7

How to check if a given process is running when having its handle

windows delphi process handle

How to get instance of TForm from a Handle?

delphi winapi dll delphi-7

String indexing vs. dynamic array indexing in Delphi

delphi

How to detect addition of new serial port?

Delphi 2006 wont allow const parameters of type record within record method?

delphi

How do I pass a string variable to a function that expects a PChar?

string delphi pchar

Using INDY 10 SMTP with Office365

Delphi: Incompatible types: 'integer' and 'extended'

delphi

Should I use a "TList<String>" instead of "Array of String" always?

delphi

How to inherit generic virtual method?

Acrobat Reader ActiveX Access Violation on form close

delphi activex acrobat

Remove and Replace a visual component at runtime

delphi vcl

Difference between adding a unit to the interface or the implementation section

delphi

Delphi silently cropping string literals

delphi delphi-2009

How can I cast an object to a generic?

delphi generics delphi-2009