MCRTextBuffer Class [AX 2012]

The MCRTextBuffer class provides additional functionality for string manipulation.

class MCRTextBuffer extends TextBuffer

Run On

Called

  MethodDescription
Dn691314.pubmethod(en-us,AX.60).gif accept (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif appendText Appends a string to the content of the TextBuffer object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif decryptOld (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif delete (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif find Searches the TextBuffer object for any occurrence of a string expression. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif fromClipboard Replaces the content of the TextBuffer object with the content of the clipboard. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif fromFile Replaces the content of a TextBuffer object with the content of the specified file. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif getColumnNum Retrieves the column number for the specified position in the text buffer.
Dn691314.pubmethod(en-us,AX.60).gif getLineNum Retrieves the line number for the specified position in the text buffer.
Dn691314.pubmethod(en-us,AX.60).gif getText Retrieves the current content of the TextBuffer object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif getValue (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif ignoreCase (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif insert (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif isNext (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif matchLen Returns the string length of the first match in the TextBuffer object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif matchPos Returns the character position of the first occurrence of the search string in the TextBuffer object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif new Initializes a new instance of the TextBuffer class. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif nextToken (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif numLines Retrieves the number of lines in the TextBuffer object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif regularExpressions (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif removeChar (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif replace (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif setText Sets the content of the TextBuffer object to the specified string, overwriting any existing content. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif size (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif subStr Retrieves part of the content of the TextBuffer object (a substring). (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif toClipboard Copies the content of a TextBuffer object to the clipboard. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif toFile Saves the content of the TextBuffer object to a file. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif token (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from TextBuffer.)
Dn691314.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn691314.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  TextBuffer Class
    MCRTextBuffer Class

Community Additions

ADD
Show: