Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Fast way to load Excel spreadsheet [closed]

excel delphi delphi-xe3

Merging multiple, arbitrarily sorted lists into one list

algorithm delphi sorting

Why doesn't object default to nil?

delphi

How do I do a multiple line verbatim string in Delphi/Pascal

string delphi

Iterate through list from any given starting point and continue from beginning?

list loops delphi

Is a procedure of object safe to use after the object has been freed?

delphi

Arithmetic operations with generic types in Delphi

Unable to pass empty string into non-null database field

GridPanel does not adjust at first resize

Why doesn't THashedStringList ignore duplicates?

delphi delphi-2009

How to generate unique serial number of machine in Delphi?

delphi serial-number

Delphi typed constants in case statements

delphi case-statement

what is the simpliest way to play sound from array data in delphi

delphi audio multimedia

How do I code a property with sub-properties?

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