AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Errores / Errores WLanguage
  • Reason
  • Correction
  • Example
  • Declaring a class that uses two members with the same name
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Error 1038: This member already exists in the class
Reason
You are declaring a class that uses two members with the same name. This error can be caused by a typo in the name of a class member for example.
Correction
Rename or delete the extra member.
Example

Declaring a class that uses two members with the same name

Code triggering the error
Coord is Class
PosX is int
PosX is int
END


Possible correction
Rename one of the members.
Coord is Class
PosX is int
PosY is int
END
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