LABELS-HAVE-COLONS attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Indicates whether the r-code was compiled with the -nocolon startup parameter in effect. (See the Startup
Command and Parameter Reference for more information about -nocolon.)
Data type: LOGICAL
Access: Read-only
Applies to: RCODE-INFO handle
If
the r-code file was compiled with the -nocolon startup
parameter in effect, colons are not appended to side labels for
static widgets, and this attribute returns FALSE. If the r-code
file was not compiled with the -nocolon startup
parameter in effect, this attribute returns TRUE.