ActiveDocument.loadObjectMethods MethodThe loadObjectMethods method adds custom methods to all of the controls that reside on dashboards in the ActiveDocument.object.loadObjectMethods () Arguments
RemarksCall the loadObjectMethods after creating the objects on which you want the methods applied.The loadObjectMethods method creates the following properties and methods for dashboard shape objects: GetValue(), SetValue(), GetList(), SetList() The loadObjectMethods method creates the following methods for dashboard objects: SaveUserValues(), LoadUserValues(), ControlExists()
Example: // create the custom methods for dashboard controls ActiveDocument.loadObjectMethods(); Requirements |