.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Example: JClass property (JavaMethod class)
This script displays a message box with the method name in the title and the class it belongs to in the message.

Sub Test (myMethod As JavaMethod)

' JClass property of JavaMethod

' is an instance of JavaClass

MessageBox "Belongs to " & myMethod.JClass.ClassName _

& " Class",, "Method " & myMethod.MethodName

End Sub

See Also