GeekArticles
Programming
DelphiDelphi CASE statement Works with String Values!
Author: delphi.about.com |
Published: 23rd Mar 2008 |
Visited: 115 times |
Add CommentFiled in: Delphiin Delphi TIPS :: You've probably tried providing a Case statement with string type selector expression, to find out that it only takes ordinal types (which string is not). Looking...
Read Article Sponsored Links
Related Articles
• (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...
• Top 10 Delphi Web Development Tools in Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's se ...