ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using the Destroy method of the Drawing 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 1060: Unable to call method without parameter: add ()
Reason
You are trying to use a method without specifying the brackets.
Correction
Add the brackets and the parameters expected by the method (if necessary).
Example

Using the Destroy method of the Drawing class

Code triggering the error
Drawing::Destroy


Possible correction

Add the brackets.
Drawing::Destroy()
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help