BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

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

Copyright © 2000-2012 BlueCielo ECM Solutions