Top "Delphi" questions

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

Delphi HTTP Post JSON

I am sure I'm doing something wrong here. I've followed every example I can find on stackoverflow and still haven't …

json delphi indy
"1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number call:" on Indy

I have a web app that makes frequent TIdHTTP calls to the Google Analytics API (around 25,000-50,000 per day). Every …

delphi google-analytics openssl indy
Convert Integer Into String

I have a some numbers stored in a Integer called mode, but I need to use they in a TProcess. …

delphi string variables integer lazarus
use shell execute to run cmd as Admin

I need to run cmd on a button click as admin. It works. but I need to run it as …

delphi delphi-2010
DBGrid get selected cell

I need to get the value of the selected cell of a DBGrid in Delphi. I have no idea how …

delphi dbgrid
How to convert strings to array of byte and back

4I must write strings to a binary MIDI file. The standard requires one to know the length of the string …

string delphi delphi-xe5 firemonkey-fm3
How can a text file be converted from ANSI to UTF-8 with Delphi 7?

I written a program with Delphi 7 which searches *.srt files on a hard drive. This program lists the path and …

delphi utf-8 character-encoding delphi-7 ansi
How to convert a integer to float in Delphi?

How to convert a integer to float in Delphi? E.g int_h:= int_var/1.5* int_var;

delphi pascal
How to check if an OLEDB driver is installed on the system?

How can I make sure that a certain OLEDB driver is installed when I start my application? I use ADO …

delphi oledb ado
Using quote inside strings in Delphi

Possible Duplicate: How does one escape characters in Delphi string In Delphi a string is contained within a pair of …

string delphi escaping quotes