You are here: COM API reference > Designer object > CurrentObject property

CurrentObject property

The object being extended.

Syntax

Property CurrentObject As Object

Remarks

Extensions are invoked by Meridian Enterprise client applications in response to specific user actions. At this point the extension is initialized for the object or document on which the user invokes the operation. A reference to this object or document is available as the CurrentObject as demonstrated in the following sample code.

    Dim doc as AMDocument
    Set doc = m_Designer.CurrentObject

www.bluecieloecm.com