C0135 Compiler Error
Message text
The keywords keyword1 and keyword2 cannot be applied to the same
method.
Explanation
When you call a function or event, you can only use one of the
following pairs of keyword: FUNCTION and EVENT, STATIC and DYNAMIC, and
TRIGGER and POST.
|
1 2 3 4 5 6 7 8 9 10 11 |
// generates C0135: The keywords function and event // cannot be applied to the same method function event f1() // generates C0135: The keywords static and dynamic // cannot be applied to the same method static dynamic f1() // generates C0135: The keywords trigger and post // cannot be applied to the same method trigger post f1() |
See Also
Syntax for calling PowerBuilder functions and events in the section called “Syntax
for calling PowerBuilder functions and events” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest