New IDL Object Classes

The following new object classes were added to IDL in this release. See the following topics in the IDL Reference Guide for complete reference information unless otherwise noted.

IDLgrTextEdit

The IDLgrTextEdit object class is a extension of the IDLgrText object class that provides several methods that allow you to delete text from an existing text object, insert text into an existing text object, and move the cursor location within an existing text object. 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.