Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LABELS-HAVE-COLONS attribute
 

LABELS-HAVE-COLONS attribute

Indicates whether the r-code was compiled with the -nocolon startup parameter in effect. (See the OpenEdge Deployment: 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.