Sha256: d6b9c7a89acb0ec3619082ae51661d6f8ef7ef0985c81c1cc4f17969a75f36ce
Contents?: true
Size: 1.74 KB
Versions: 133
Compression:
Stored size: 1.74 KB
Contents
## Recommended Learning Resources The [Delphi Basics](http://www.delphibasics.co.uk/) is a good reference on Delphi. I also recommend reading [delphi.about.com](http://delphi.about.com/)'s "[A Beginner's Guide to Delphi Programming](http://delphi.about.com/od/beginners/a/delphicourse.htm)", which is a nice primer to Delphi programming. Here is a list of topics that you should find helpful from the beginner's guide mentioned above: 1. [String Handling Routines](http://delphi.about.com/od/beginners/fl/String-Handling-Routines-Delphi-Programming.htm) 1. [Ordinal Data Types](http://delphi.about.com/od/faqstipstricks/fl/Ordinal-Data-Types-in-Delphi.htm) 1. [Returning multiple values from a function](http://delphi.about.com/od/beginners/a/return-multiple-values-from-a-delphi-function.htm) 1. [Overloading and Default Parameters](http://delphi.about.com/od/objectpascalide/a/overloading.htm) 1. [Class and Record Helpers](http://delphi.about.com/od/oopindelphi/a/understanding-delphi-class-and-record-helpers.htm) 1. [Record Helpers for sets and other simple types](http://delphi.about.com/od/objectpascalide/a/delphi-record-helpers-for-sets-and-other-simple-types.htm) 1. [Using TDictionary hash tables](http://delphi.about.com/od/beginners/a/using-t-dictionary-hash-tables-in-delphi.htm) 1. [Understanding generic types](http://delphi.about.com/od/objectpascalide/a/understanding-generic-types-in-delphi.htm) 1. [Interfaces](http://delphi.about.com/od/oopindelphi/a/interfaces-in-delphi-programming-101.htm) 1. [Handling exceptions](http://delphi.about.com/od/objectpascalide/a/on-handling-exceptions-in-delphi-exception-handling.htm) 1. [Parallel Programming Library Tutorials](http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Parallel_Programming_Library_Tutorials)
Version data entries
133 entries across 133 versions & 1 rubygems