ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Declaring a derived class
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 1044: The class is already derived from this class
Reason
You are trying to redefine an inheritance. The same inheritance is described twice in the same code.
Correction
Delete the additional syntax.
Example

Declaring a derived class

Code triggering the error
Circle is Class
is Drawing object
is Drawing object
END
Possible correction
Delete the additional declaration.
Circle is Class
is Drawing object
END
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help