This class is the base class for LotusScript containing design elements.
| Property Summary | |
Public Comment | Comment (Get)Returns the comment (if any). |
Public String | ScriptAlias (Get)Returns the alias of the script (if any). |
Public String | ScriptName (Get)Returns the name of the script. |
Public Integer | ScriptType (Get)Returns the type of script. |
| Methods Summary | |
Public | AddScriptElement(se As Variant)Adds a ScriptElement for this Script. |
Public | New(source As Variant)Constructor. |
Public | Parse()Parses the added source and create ScriptElements objects. |
| Functions Summary | |
Public Vector | GetScriptElements()Returns the ScriptElement objects for the Script object. |
| Method Detail |
Public Sub AddScriptElement(se As Variant)
se - The ScriptElement to add.Public New(source As Variant)
source - The source of the source code (either a NotesDocument or a ScriptSource object)Public Sub Parse()
| Function Detail |
Public Function GetScriptElements() As Vector