GetObject (NotesUIDocument - LotusScript®)

Given a name, returns a handle to the OLE object of that name.

Note: GetObject is not supported under UNIX, or on the Macintosh.

Defined in

NotesUIDocument

Syntax

Set handleV = notesUIDocument .GetObject( name$ )

Parameters

name$

String. The name of the object.

Return value

handleV

Variant. A handle to the OLE object. Returns Nothing if the object is not found.

Example