Top "Delphi" questions

Delphi is a language for rapid development of native Windows, macOS, Linux, iOS, and Android applications through use of Object Pascal.

How to use Animated Gif in a delphi form

I think theres no native support to gif animated images. How is the best way? any free component that allow …

delphi animation delphi-7 gif animated-gif
How to handle received data in the TCPClient ? (Delphi - Indy)

When i send a message from TCPClient to a TCPServer it will be handled using OnExecute event in the server . …

delphi indy
How to use Listview correctly in delphi?

My code is the below, it's working correctly but, but after compiling program i see all the fullname and country …

delphi delphi-2010 tlistview
delphi : how can I change color of a cell in string grid

I want to change background color ( not font ) of a cell in string grid in delphi . Just one cell not …

delphi background-color tstringgrid
How read the content of file to a string in delphi XE

I'm migrating my application from delphi 2007 to delphi xe, but i having problems with a procedure which read a file (…

delphi delphi-2007 delphi-xe
How do I make my GUI behave well when Windows font scaling is greater than 100%

When choosing large font sizes in the Windows control panel (like 125%, or 150%) then there are problems in a VCL application, …

windows delphi windows-7
How to convert PAnsiChar to WideString or string?

How do I convert a PAnsiChar variable to WideString or to string?

delphi delphi-7
Delphi 7: ADO, need basic coding example

I am a complete beginner here. Can someone please post some Delphi code to create a database add a simple …

delphi ado
DecimalSeparator in SysUtils and System.SysUtils

I need to find DecimalSeparator var SysUtils Delphi 7, in Delphi XE6 i tried to find in System.SysUtils, but without …

delphi components vcl
How to read data from xml file and display it over the text box in delphi language

I am new to the delphi language, and here I have a doubt, I have a xml file called vehicle.…

delphi delphi-2009