INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Cut the current selection to the clipboard.
-- Copy the current selection to the clipboard.
-- Paste at the current caret position the
-- content of the clipboard.
-- Undo the last operation.
-- The previously deleted text is restored or the
-- previously added text is deleted.
-- Delete the current selection.
-- Select all the text.
-- Unselect the current selection.
-- Replace the current selection with `new_text'.
-- If there is no selection, `new_text' is inserted
-- at the current `caret_position'.
-- Set `modified' with `modify'
-- Set the read-only state.
-- Set the read-write state.
-- Set to `limit' the length of the text the user
-- can enter into the edit control.
-- Set the selection between `start_position'
-- and `end_position'.
-- Set the caret position with `position'.
-- Caret position
-- Has a current selection?
-- Index of the first character selected
-- Index of the last character selected
-- Can the last operation be undone?
-- Has the text been modified?
-- Limiting rectangle the text. It is independent of
-- the size of the edit-control window.
-- The user has taken an action
-- that may have altered the text.
-- The user click on the vertical scroll bar.
-- The user click on the horizontal scroll bar.
-- Cannot allocate enough memory to
-- meet a specific request.
-- Receive the keyboard focus.
-- Lose the keyboard focus.
-- The control is about to display altered text.
-- The current text insertion has exceeded
-- the specified number of characters.
-- Delete the current selection.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |