Important: The information in this document is obsolete and should not be used for new development.
Setting and Getting an Edit Record's Text and Character Attribute Information
The TextEdit procedureTEKey
allows you to handle key-down events and enter text input through the keyboard. The procedureTESetText
lets you incorporate existing text into the text buffer of an edit record. Once an edit record contains text, you can use theTEGetText
function to get a handle to the text itself. For a multistyled edit record, you can get a handle to the style record by callingGetStyleHandle
. You can set the handle to the style record using theTESetStyleHandle
procedure. This section describes these routines.
Subtopics
- TEKey
- TESetText
- TEGetText
- TESetStyleHandle
- TEGetStyleHandle