|
|
|
|
- Reason
- Correction
- Example
- Using the global method Destroy of the Drawing class
Error 1018: The method is global: use the: operator: to access it
You are trying to access a global method of the class by using the syntax used to access a non-global method. You are using the following syntax:
This syntax cannot be used to access a global method. Use the proper syntax for accessing a global method of the class:
Using the global method Destroy of the Drawing class Code triggering the error Possible correction Correct the syntax used:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|