.

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/COM/OLE CLASSES


Object property
Read-only. If an embedded object has been loaded into memory, returns the OLE handle (IDispatch handle). If the OLE object supports OLE Automation, you can invoke the methods and properties of the object using the handle.

Defined in

NotesEmbeddedObject

Data type

Variant

Syntax

To get: Set handleV = notesEmbeddedObject.Object

Usage

This property may or may not return a valid OLE handle for object links, depending upon the application used to create the object link.

Language cross-reference

Object in Java EmbeddedObject class

See Also