Top "Delphi-7" questions

Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.

ms sql xml data type convert to text

in MS Sql there are data types that are not supported by delphi 7, the xml datatype is one example. I …

sql-server xml delphi text delphi-7
Delphi isNumber

Is there a method in Delphi to check if a string is a number without raising an exception? its for …

delphi delphi-7
Delphi: StringList Delimiter is always a space character even if Delimiter is set

I am having trouble with the delimiter in the TStringList Class. Take a look: var s: string; sl: TStringList; begin …

delphi delphi-7 delimiter tstringlist
How to save a string to a .txt file in Delphi?

I need to make a program that generates a password that is saved in a text file format in a …

string delphi delphi-7 text-files
ORA-24338: Statement handle not executed

i'm using Delphi 7, Oracle 10, and ODAC Components. From the LoadTrainResult method I'm calling a storedProc. procedure TfrmTrain.LoadTrainResult; begin StoredProc.…

oracle delphi delphi-7 odac
How to check if a string contains a substring in Delphi?

String content = "Jane"; String container = 'A.Sven,G.Jane,Jack'; // This is the string which i need to be searched …

delphi delphi-7
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 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 convert PAnsiChar to WideString or string?

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

delphi delphi-7
how to create xml file in delphi

I'm new to delphi and now I have to read create an xml. my code is the following: unit writexml1; …

delphi delphi-7