Share via


Editor Class

Syntax

class Editor extends Object

Run On

Client

Methods

  Method Description
Gg839457.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif close
Gg839457.pubmethod(en-us,AX.60).gif closeApplicationObjectDialog
Gg839457.pubmethod(en-us,AX.60).gif closeSearchDialog
Gg839457.pubmethod(en-us,AX.60).gif columnNo
Gg839457.pubmethod(en-us,AX.60).gif currentLine
Gg839457.pubmethod(en-us,AX.60).gif currentLineNo
Gg839457.pubmethod(en-us,AX.60).gif deleteChars
Gg839457.pubmethod(en-us,AX.60).gif deleteLines
Gg839457.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif executeScript
Gg839457.pubmethod(en-us,AX.60).gif firstLine
Gg839457.pubmethod(en-us,AX.60).gif firstSelectedLine
Gg839457.pubmethod(en-us,AX.60).gif getLine
Gg839457.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif gotoCol
Gg839457.pubmethod(en-us,AX.60).gif gotoLine
Gg839457.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif insertLines
Gg839457.pubmethod(en-us,AX.60).gif insertString
Gg839457.pubmethod(en-us,AX.60).gif lineNo
Gg839457.pubmethod(en-us,AX.60).gif mark
Gg839457.pubmethod(en-us,AX.60).gif markMode
Gg839457.pubmethod(en-us,AX.60).gif matchCase
Gg839457.pubmethod(en-us,AX.60).gif moreLines
Gg839457.pubmethod(en-us,AX.60).gif moreSelectedLines
Gg839457.privmethod(en-us,AX.60).gif new Initializes a new instance of the Editor class. (Overrides the new Method.)
Gg839457.pubmethod(en-us,AX.60).gif nextLine
Gg839457.pubmethod(en-us,AX.60).gif nextSelectedLine
Gg839457.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.)
Gg839457.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.)
Gg839457.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif path
Gg839457.pubmethod(en-us,AX.60).gif regexp
Gg839457.pubmethod(en-us,AX.60).gif replace
Gg839457.pubmethod(en-us,AX.60).gif search
Gg839457.pubmethod(en-us,AX.60).gif searchString
Gg839457.pubmethod(en-us,AX.60).gif selectionEndCol
Gg839457.pubmethod(en-us,AX.60).gif selectionEndLine
Gg839457.pubmethod(en-us,AX.60).gif selectionStartCol
Gg839457.pubmethod(en-us,AX.60).gif selectionStartLine
Gg839457.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif unmark
Gg839457.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.)
Gg839457.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg839457.pubmethod(en-us,AX.60).gif Gg839457.static(en-us,AX.60).gif ::open

Top

Inheritance Hierarchy

Object Class
  Editor Class