Skip to main content

Parameter Definitions

Parameter Definitions

A parameter definition defines a constant value available to all objects of a given class. When you create a class definition (or at any point before compilation), you can set the values for its class parameters. By default, the value of each parameter is the null string, but you can specify a non-null value as part of the parameter definition. At compile-time, the value of the parameter is established for all instances of a class. With rare exceptions, this value cannot be altered at runtime.

See Parameter Syntax and Keywords in this reference.

See also:

FeedbackOpens in a new tab