AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Errores / Errores WLanguage
  • Reason
  • Correction
  • Examples
  • Using the BaseColor member of the Drawing class
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Error 1006: The member is not global: use: to access it
Reason
You are trying to access a member of the class with the syntax used to access a global member.

You are using the following syntax:

ClassName::MemberName


This syntax cannot be used to access a non-global member.
Correction
Use the proper syntax to access a non-global member of the class:
ClassName:MemberName
Examples

Using the BaseColor member of the Drawing class



Code triggering the error
Drawing::BaseColor

Possible correction
Use the correct syntax.
Drawing:BaseColor
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local