LOTUSSCRIPT /COM/OLE のクラス
COM のみに存在するプロパティとメソッドの仕様を次に記載します。
NotesACLCall notesACL.RemoveACLEntry( name$ ) NotesACLEntrySet notesName = notesACLEntry.NameObject NotesDateRangeSet notesSession = notesDateRange.Parent NotesDateTimeSet notesSession = notesDateTime.Parent NotesDbDirectorySet notesSession = notesDbDirectory.Parent
Set notesDatabase = notesDbDirectory.OpenDatabase( file$ , [ openBooleanFalse ] )
Set notesDatabase = notesDbDirectory.OpenDatabaseByReplicaID( rid$ )
Set notesDatabase = notesDbDirectory.OpenDatabaseIfModified( file$ , timeNotesDateTime )
Set notesDatabase = notesDbDirectory.OpenMailDatabase( )
Set notesName = notesSession.UserNameObject
Set notesRegistration = notesSession.CreateRegistration( )
variant = notesSession.Evaluate( formula$ , docNotesDocument )
Call notesSession.InitializeUsingNotesUserName( [ password$ ] )
Call notesSession.InitializeUsingNotesUserName( [ name$ ] , [ password$ ] )
Set notesViewColumn = notesView.GetColumn( columnNumber& )
Set notesViewEntry = notesViewNavigator.GetCurrent( )
Call notesViewNavigator.GotoChild( notesViewEntry )
Call notesViewNavigator.GotoEntry( objUnknown )
Call notesViewNavigator.GotoFirst( )
Call notesViewNavigator.GotoFirstDocument( )
Call notesViewNavigator.GotoLast( )
Call notesViewNavigator.GotoLastDocument( )
Call notesViewNavigator.GotoNext( notesViewEntry )
Call notesViewNavigator.GotoNextCategory( notesViewEntry )
Call notesViewNavigator.GotoNextDocument( notesViewEntry )
Call notesViewNavigator.GotoNextSibling( notesViewEntry )
Call notesViewNavigator.GotoParent( notesViewEntry )
Call notesViewNavigator.GotoPos( pos$, separator$ )
Call notesViewNavigator.GotoPrev( notesViewEntry )
Call notesViewNavigator.GotoPrevCategory( notesViewEntry )
Call notesViewNavigator.GotoPrevDocument( notesViewEntry )
Call notesViewNavigator.GotoPrevSibling( notesViewEntry )