A text editing object is an extension of the IDLgrText object class that provides several methods that allow modification of the existing text strings. The IDLgrTextEdit object class exposes all of the properties and methods of the IDLgrText superclass.

Consider using an IDLgrTextEdit object if your application will allow interactive editing of text objects.

This object class is implemented in the IDL language. Its source code can be found in the file idlgrtextedit__define.pro in the lib subdirectory of the IDL distribution.

Superclasses


IDLitComponent

IDLgrText

Creation


See IDLgrTextEdit::Init.

Properties


Objects of this class have no properties of their own, but do have properties inherited from the IDLgrText class. See IDLgrText Properties.

Methods


This class has the following methods:

In addition, this class inherits the methods of its superclasses (if any).

Version History


7.0.6

Introduced