Code Faster in Delphi Book

This book will make you a faster Delphi developer, it doesn't matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and hacks to boost your productivity.

previous arrow
next arrow

Movie #154 - Function Result Name (Obscure Syntax #5)

Want to return a value from a function? Normally you would use the "Result" keyword, but in fact, there is another way of doing it (and I'm not talking about Exit(Value)), watch to find out about this bit of obscure Pascal syntax - which may cause some hard to spot bugs if you are not aware of it.