SysTaskRecorderRunningForm Class [AX 2012]
The SysTaskRecorderRunningForm class represents an open form.
| Method | Description | |
|---|---|---|
| buildMenuPathsMap | Builds a map of all menu bar menu item paths. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getControlSelection | Retrieves the previously saved list of selected rows on a grid. |
| getFocusTickCount | Retrieves the tick count of when the form had its most recent focus. |
| getFormRun | Returns the SysTaskRecorderSetupFormRun object of the form. |
| getMenuPath | Retrieve the path of the specified menu item. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isCurrentForm | Indicates whether the form is the current form, or can set it as current. |
| new | Initializes a new instance of the SysTaskRecorderRunningForm class. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCurrentControl | Gets or sets the CurrentControl parameter. |
| parmFormRunHandle | Gets or sets the FormRunHandle parameter. |
| setControlSelection | Saves a list of selected rows or records for the specified control. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysTaskRecorderRunningForm class. |
| ::newFormRun | Creates a new SysTaskRecorderRunningForm object for the specified form. |
This class is used by SysTaskRecorderRunningFormsManager class to manage a list of all the forms that have been opened and closed during the current recording session.
The list is used to search for buttons that have been clicked to determine the order in which the forms were opened, the current form, and the maintained list of selected records or rows in controls such as grids.
Community Additions
ADD
Show: