1. Computing

Understanding Typed Constants in Delphi

From Zarko Gajic, About.com GuideAugust 2, 2012

Follow me on:

Beginners :: Typed constants can be compared to initialized variables - variables whose values are defined on entry to their block. Such a variable is initialized only when the program starts running. After that, the value of a typed constant persists between successive calls to their procedures.

Read the full article to learn implement persistent values between function calls.

Related:

Comments
August 8, 2012 at 10:46 am
(1) Roland says:

Wouldn´t it be cleaner to use class variables?

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches constants jueves agosto delphi

©2013 About.com. All rights reserved.