PCRuntimeInputControl Class [AX 2012]
The PCRuntimeInputControl class converts the value of a form input control to a string appropriate for the configurator and vice versa.
| Method | Description | |
|---|---|---|
| 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.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValueAsString | Retrieves a value of a control as a string appropriate for the configurator. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isBlank | Indicates whether a form control is blanked. |
| modifiedDisplayValue | Updates the state of a control after it has been modified and retrieves the value of the control as a string. |
| new | Initializes a new instance of the PCRuntimeInputControl 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.) |
| parmFormControl | Gets or sets the FormControl parameter. |
| parmRuntimeAttribute | Gets or sets the RuntimeAttribute parameter. |
| setControlText | Sets the control text to match a display value. |
| setIsHidden | Sets whether a control is hidden. |
| setIsMandatory | Sets whether a control is mandatory. |
| setIsReadOnly | Sets whether a control is read only. |
| setShowZero | Sets whether zeros should be shown for a form control. |
| setSolverValue | Sets the value of a control from a string. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| stringIsInt | Indicates whether a locale specific string represents an integer. |
| stringIsReal | Indicates whether a locale specific string represents a real number. |
| 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.) |
| validateUserInput | Validates the user input in a control. |
| 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 PCRuntimeInputControl class. |
| ::newAttributeControl | Initializes a new instance of the PCRuntimeInputControl class. |
Community Additions
ADD
Show: