How To Use Named Constants
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
How To Use Named Constants
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
A named constant is a programming object defined in the Object Dictionary for the application. The constant’s value is part of its definition.
By using named constants in place of literal constants in application programs, you ensure that a constant’s value can be quickly, easily, and universally changed, if necessary.
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5