Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How can I sort a TList in Delphi on an arbitrary property of the objects it contains?

delphi delphi-7

Example of Delphi refactoring involving data aware controls and datamodules with direct access to db tables

Cyrillic domain name

delphi

Is it possible to debug a C++builder dll from Delphi if I have the dll sourcecode?

A kinder way than TerminateProcess?

delphi terminate

How to Remove exponent from formatted float in Delphi

delphi

Delphi SOAP arrays problem

arrays delphi soap

How to turn on/off the monitor(s)?

Firemonkey - use HD or 3D?

How do I make a StringGrid's columns fit the grid's width?

delphi grid width stretch

In Delphi XE2 FireMonkey - How do i change the color of a button after pressing it

delphi firemonkey

How to get current bandwidth (download) speed ?

delphi indy

Code against an interface with TStrings and TStringList

Can I directly add record as object in stringlist?

delphi delphi-7

How can you get hints for cells in a TStringGrid appearing more smoothly?

delphi lazarus tstringgrid

Converting a GCC inline assembler to delphi inline assembler

delphi gcc

Using WebKit (Safari compatible) in delphi to simulate iPhone mobile

Using the TEdit context menu for TRichEdit

delphi delphi-7

Delphi: JSON array

json delphi

Should instance/class fields be prefixed in Delphi? [closed]

delphi coding-style