MCRTextBuffer Class [AX 2012]
The MCRTextBuffer class provides additional functionality for string manipulation.
| Method | Description | |
|---|---|---|
| accept | (Inherited from TextBuffer.) |
| appendText | Appends a string to the content of the TextBuffer object. (Inherited from TextBuffer.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| decryptOld | (Inherited from TextBuffer.) |
| delete | (Inherited from TextBuffer.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Searches the TextBuffer object for any occurrence of a string expression. (Inherited from TextBuffer.) |
| fromClipboard | Replaces the content of the TextBuffer object with the content of the clipboard. (Inherited from TextBuffer.) |
| fromFile | Replaces the content of a TextBuffer object with the content of the specified file. (Inherited from TextBuffer.) |
| getColumnNum | Retrieves the column number for the specified position in the text buffer. |
| getLineNum | Retrieves the line number for the specified position in the text buffer. |
| getText | Retrieves the current content of the TextBuffer object. (Inherited from TextBuffer.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValue | (Inherited from TextBuffer.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| ignoreCase | (Inherited from TextBuffer.) |
| insert | (Inherited from TextBuffer.) |
| isNext | (Inherited from TextBuffer.) |
| matchLen | Returns the string length of the first match in the TextBuffer object. (Inherited from TextBuffer.) |
| matchPos | Returns the character position of the first occurrence of the search string in the TextBuffer object. (Inherited from TextBuffer.) |
| new | Initializes a new instance of the TextBuffer class. (Inherited from TextBuffer.) |
| nextToken | (Inherited from TextBuffer.) |
| 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.) |
| numLines | Retrieves the number of lines in the TextBuffer object. (Inherited from TextBuffer.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| regularExpressions | (Inherited from TextBuffer.) |
| removeChar | (Inherited from TextBuffer.) |
| replace | (Inherited from TextBuffer.) |
| setText | Sets the content of the TextBuffer object to the specified string, overwriting any existing content. (Inherited from TextBuffer.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| size | (Inherited from TextBuffer.) |
| subStr | Retrieves part of the content of the TextBuffer object (a substring). (Inherited from TextBuffer.) |
| toClipboard | Copies the content of a TextBuffer object to the clipboard. (Inherited from TextBuffer.) |
| toFile | Saves the content of the TextBuffer object to a file. (Inherited from TextBuffer.) |
| token | (Inherited from TextBuffer.) |
| toString | Returns a string that represents the current object. (Inherited from TextBuffer.) |
| 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.) |
Community Additions
ADD
Show: