SysTaskRecorderFormOpenStep Class [AX 2012]
The SysTaskRecorderFormOpenStep extends SysTaskRecorderStep to accommodate SysTaskRecorderEvents::FormOpen events.
| Method | Description | |
|---|---|---|
| addHelpText | Sets the help text of a control in the step. (Inherited from SysTaskRecorderStep.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createStepXML | (Inherited from SysTaskRecorderStep.) |
| 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.) |
| new | Initializes a new instance of the SysTaskRecorderFormOpenStep class. (Overrides the new Method.) |
| 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.) |
| parmContext | Gets or sets the Context parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlClass | Gets or sets the ControlClass parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlHwnd | Gets or sets the ControlHwnd parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlId | Gets or sets the ControlId parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlLabelText | Gets or sets the ControlLabelText parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlName | Gets or sets the ControlName parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlOldValue | Gets or sets the ControlOldValue parameter. (Inherited from SysTaskRecorderStep.) |
| parmControlValue | Gets or sets the ControlValue parameter. (Inherited from SysTaskRecorderStep.) |
| parmDataArea | Gets or sets the DataArea parameter. (Inherited from SysTaskRecorderStep.) |
| parmDateTime | Gets or sets the DateTime parameter. (Inherited from SysTaskRecorderStep.) |
| parmDialogCaption | Gets or sets the DialogCaption parameter. (Inherited from SysTaskRecorderStep.) |
| parmDialogText | Gets or sets the DialogText parameter. (Inherited from SysTaskRecorderStep.) |
| parmFormCaption | Gets or sets the FormCaption parameter. (Inherited from SysTaskRecorderStep.) |
| parmFormHwnd | Gets or sets the FormHwnd parameter. (Inherited from SysTaskRecorderStep.) |
| parmFormName | Gets or sets the FormName parameter. (Inherited from SysTaskRecorderStep.) |
| parmFormType | Gets or sets the FormType parameter. (Inherited from SysTaskRecorderStep.) |
| parmHeight | Gets or sets the Height parameter. |
| parmId | Gets or sets the Id parameter. (Inherited from SysTaskRecorderStep.) |
| parmImage | Gets or sets the Image parameter. (Inherited from SysTaskRecorderStep.) |
| parmLeft | Gets or sets the Left parameter. |
| parmLeftMode | Gets or sets the LeftMode parameter. |
| parmLookupButton | Gets or sets the LookupButton parameter. (Inherited from SysTaskRecorderStep.) |
| parmMenuItemname | Gets or sets the MenuItemname parameter. (Inherited from SysTaskRecorderStep.) |
| parmMenuItemtype | Gets or sets the MenuItemtype parameter. (Inherited from SysTaskRecorderStep.) |
| parmMenuText | Gets or sets the MenuText parameter. (Inherited from SysTaskRecorderStep.) |
| parmParentTask | Gets or sets the ParentTask parameter. (Inherited from SysTaskRecorderStep.) |
| parmRecId | Gets or sets the RecId parameter. (Inherited from SysTaskRecorderStep.) |
| parmRecordedEvent | Gets or sets the RecordedEvent parameter. (Overrides the parmRecordedEvent Method.) |
| parmStepXml | Gets or sets the StepXml parameter. (Inherited from SysTaskRecorderStep.) |
| parmTaskId | Gets or sets the TaskId parameter. (Inherited from SysTaskRecorderStep.) |
| parmTick | Gets or sets the Tick parameter. (Inherited from SysTaskRecorderStep.) |
| parmTop | Gets or sets the Top parameter. |
| parmTopMode | Gets or sets the TopMode parameter. |
| parmUserId | Gets or sets the UserId parameter. (Inherited from SysTaskRecorderStep.) |
| parmUserSpecified | Gets or sets the UserSpecified parameter. (Inherited from SysTaskRecorderStep.) |
| parmWidth | Gets or sets the Width parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns the step object as a string. (Inherited from SysTaskRecorderStep.) |
| 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 SysTaskRecorderFormOpenStep class. |
| ::newTask | Creates a new instance of the SysTaskRecorderFormOpenStep class for the specified task. |
Community Additions
ADD
Show: