PrintMgmtSetupUICtrlDocInstance Class [AX 2012]
The PrintMgmtSetupUICtrlDocInstance class is the controller for the document instance page.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearChanged | Clears the changed flag of the control. (Overrides the clearChanged Method.) |
| delete | Deletes the specified document instance. (Overrides the delete Method.) |
| displayValues | Displays values for default settings. (Overrides the displayValues Method.) |
| duplicate | Duplicates the specified document instance. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a controller with its component controls. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| initDocInstance | Initializes this controller with the components it controls. |
| initEmpty | Initializes a controller with its component controls. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| isDirty | Indicates whether the value has been modified and must be saved. (Overrides the isDirty Method.) |
| isEnabled | Determines whether the controller is enabled. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| move | Moves the document instance in the collection of all document instances. |
| new | Creates a new instance of the PrintMgmtSetupUICtrlEmpty class. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| newSibling | Creates a new document instance for the specified parent. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| override | Creates an override document instance. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCtrl | Gets the Ctrl parameter. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| parmData | Sets a reference to an instance of the corresponding data class. |
| parmDisplayName | Gets the DisplayName parameter. |
| parmName | Gets or sets the Name parameter. |
| parmSettingsCtl | Gets the SettingsCtl parameter. |
| parmSuppress | Gets or sets the Suppress parameter. |
| parmType | Gets or sets the Type parameter. |
| parmVisible | Gets or sets the Visible parameter. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| revert | Reverts an override document instance back to an inherited document instance. |
| save | Saves values from the user interface to the data class. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| saveChanges | Saves values from the user interface to the data class. (Overrides the saveChanges Method.) |
| setChanged | Sets the changed flag of the controller. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| setCtrl | Sets the top level controller for the subordinate controller. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| setEnabled | Makes the controls owned by this controller editable or not editable. (Overrides the setEnabled Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Verifies the values in the user interface. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates a new document instance controller. |
Community Additions
ADD
Show: