データベース内に文書を作成して、新規文書を表す NotesDocument オブジェクトを返します。新規文書をディスクに保存するには、Save を呼び出す必要があります。このメソッドを OLE オートメーションと共に使用すると、New を使用せずに NotesDocument オブジェクトを作成できます。
NotesDatabase
Set notesDocument = notesDatabase .CreateDocument
notesDocument
NotesDocument. 新規文書を返します。
詳しくは、NotesDocument クラスを参照してください。
Java™ Database クラスの createDocument メソッド
式言語の Compose @コマンド
例