Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
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-7Is there a method in Delphi to check if a string is a number without raising an exception? its for …
delphi delphi-7I am having trouble with the delimiter in the TStringList Class. Take a look: var s: string; sl: TStringList; begin …
delphi delphi-7 delimiter tstringlistI need to make a program that generates a password that is saved in a text file format in a …
string delphi delphi-7 text-filesString content = "Jane"; String container = 'A.Sven,G.Jane,Jack'; // This is the string which i need to be searched …
delphi delphi-7I 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 ansiI 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-gifHow do I convert a PAnsiChar variable to WideString or to string?
delphi delphi-7I'm new to delphi and now I have to read create an xml. my code is the following: unit writexml1; …
delphi delphi-7