NumberSeqStringControlHelper Class [AX 2012]
The NumberSeqStringControlHelper class is a helper class that implements handling a numbering sequence for a StringEdit control that is not bound to a data source.
| Method | Description | |
|---|---|---|
| cancel | Discards a number that is drawn from a number sequence. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkChangeNumber | |
| controlAllowEdit | Determines whether a control for which number sequence is set can be edited. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getControlValue | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isNumberSequenceManual | Determines whether a number sequence is set up as manual for a control that is being handled by this class. |
| isNumberSequenceSetUp | Determines whether a number sequence is set up for a control that is being handled by this class. |
| new | Initializes a new instance of the NumberSeqStringControlHelper class. |
| newNumber | Draws a new number from a number sequence. |
| 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.) |
| parmFieldIdNum | Gets or sets the FieldIdNum parameter. |
| parmFormStringControl | Gets or sets the FormStringControl parameter. |
| parmNumberSequenceId | Gets or sets the NumberSequenceId parameter. |
| parmTableIdNum | Gets or sets the TableIdNum parameter. |
| setControlAllowEdit | |
| setControlValue | |
| 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.) |
| validateWrite | Determines whether a value that was entered into a control is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| write | Confirms or discards a number that was drawn from a numbering sequence. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the NumberSeqStringControlHelper class. |
| ::newStringControl | Creates a new instance of the NumberSeqStringControlHelper class. |
Community Additions
ADD
Show: