| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A String Tokenizer Similar To strtok() in C++ | Delphi 5, Delphi 4, Pre Delphi 4 | Beginner / Ty (from psc cd) | 5425 since 1/1/2015 1:48:00 PM |
By 13 Users
|
|
The following procedure acts similar to strtok in C++. Call it once with your string (S), and then everytime you call it from there on out, you can break your string apart with tokens! Included is a function StrMid() and an overload for StrMid that simula ...(description truncated) |
|
|
|
 |
Base Converter | Delphi 5, Delphi 4 | Beginner / Josh Code (from psc cd) | 2771 since 1/1/2015 11:48:00 AM |
By 4 Users
|
|
This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, decimal, hex, and ascii(base 256). Please vote on my code. (ScreenShot) |
|
|
|
 |
Change String To Proper Case | Delphi 5 | Beginner / bleh (from psc cd) | 5961 since 1/1/2015 10:55:00 AM |
By 2 Users
|
|
I may be reinventing the wheel here, but so far I have yet to find a built in Delphi function that will convert a string to proper case. I found this code somewhere on the web a while back, lost it, and managed to recreate it last night. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Count Vowels in Delphi | Delphi 7, Delphi 6, Delphi 5, Delphi 4, Pre Delphi 4, Kylix | Beginner / Jake R. Pomperada | 5078 since 9/16/2016 2:21:56 PM | Unrated
|
|
A simple program that I wrote using Delphi as my programming language that will ask the user to give a string, phrase, sentence or word and then our program will count the number of vowels from the given word, string, phrase or sentence from the user. The ...(description truncated) (ScreenShot) |
|
|
|
 |
Credit Card Kontroller | Delphi 5 | Intermediate / KOM Turk (from psc cd) | 2602 since 1/1/2015 12:26:00 PM |
By 2 Users
|
|
Credit Card Number Controller. |
|
|
|
 |
DM Cool-Art v1.1 | Delphi 7, Delphi 6 | Beginner / Ben128 | 3292 since 11/22/2015 11:05:37 AM |
By 1 Users
|
|
hi this is an old project I made many years back in Visual Bsasic, When I was first started programming. I have now decided to convert it to Delphi, This code will take a 32x32 Windows Icon and Convert it in to a text, you can save as plain text and also ...(description truncated) (ScreenShot) |
|
|
|
 |
Encrypt Function | Delphi 7, Delphi 6, Delphi 5, Delphi 4, Pre Delphi 4 | Beginner / Andrew Downing (from psc cd) | 2714 since 1/1/2015 4:16:00 PM |
By 3 Users
|
|
This function will return a string XORed with the key you specify, using the same function you can decrypt an encrypted string as long the key used to dencrypt it is the one that is was encrypted with. |
|
|
|
 |
Formatting RichEdit with HTML tags | Delphi 6, Delphi 5 | Intermediate / Carbonize (from psc cd) | 7060 since 1/1/2015 4:29:00 PM |
By 5 Users
|
|
For my second venture in Delphi I decided to convert another one of my Visual Basic uploads to Delphi. This one allows the user to use HTML style tags in a string to display the string in a RichEdit with colour and other formatting. The code as is accepts ...(description truncated) (ScreenShot) |
|
|
|
 |
MasterString for Delphi | Delphi 5 | Beginner / Patrick B.^ (from psc cd) | 2170 since 1/1/2015 10:50:00 AM |
By 9 Users
|
|
MasterString is a unit which contains string algorithms I translated from C++ to Object Pascal. They are common string algorthms, that are very usefull in string manipulation. Includes findstr (InStr$), leftcopy(Left$), rightcopy(Right$),midcopy (Mid$), a ...(description truncated) |
|
|
|
 |
Palindrome in Delphi | Delphi 4 | Beginner / Jake R. Pomperada | 6793 since 9/13/2016 12:07:20 AM | Unrated
|
|
A simple program that I wrote using Delphi as my programming language that will ask the user to give a string or word and then our program will check if the given word is a Palindrome or Not. A word becomes a palindrome with you read it forward and backwa ...(description truncated) (ScreenShot) |
|