Understanding automation : What are the main elements of automation? : What is a constant? |
A constant is an instance of an enumeration, and an enumeration groups similar constants together.
For example, AddinFilter
is an enumeration, yet it contains several constants, including AddinFilterNone
and AddinFilterNew
.
Copyright 2013 Corel Corporation. All rights reserved.