Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Delphi Firemonkey select multiple pictures from gallery at the same time

android delphi firemonkey

Delphi SAPI Text-To-Speech

Delphi assembler constant 'eof'

delphi assembly delphi-7

TLoginCredentialService usage example

delphi delphi-xe2

How/under which circumstances does the <see> tag in Delphi xml comments actually work?

Are concatenated Delphi strings held in a hidden temporary variable that retains a reference to the string?

string delphi concatenation

any known delphi issues to test for Windows 7 compatibility

delphi windows-7

How can I make my application behave well while monitoring hundreds of real-time devices?

Cannot debug FireMonkey applications on OS X 10.7.3 with XE2 Update 4

macos delphi firemonkey

Links to games created by Windows when delphi projects create exes with specific names

Does this code fail to build because of a compiler bug?

delphi

How to detect the printer model in Delphi?

c# delphi

How do you keep application logic separate from UI when UI components have built-in functionality?

Why the LogonUser function always return true using the LOGON32_LOGON_NETWORK mode?

delphi winapi

How to force a Client DataSet to recalculate calculated and internal calculated fields?

Delphi buttons show white border on Aero glass

delphi aero-glass

Where to keep Delphi DCU files?

delphi dcu

LiveBindings - TList<TMyObject> bound to TStringGrid

Easy way to add stable sorting to TList and TStringList

How do I search a generic TList<T> collection? [duplicate]

delphi generics tlist