ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
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 1030: The access to the base class is restricted by a private inheritance
Reason
You try to access a base class of an inheritance. This class was derived by a private inheritance: this class cannot be accessed from a code external to the class or from a code of one of its derived classes.
Correction
Two possibilities:
  • Access the base class from a method of the derived class.
  • Use a public inheritance: the class will be accessible from a code external to the class as well as from a code of its derived classes.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help