INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a rich edit control.
-- Index of the first character selected
-- Index of the last character selected
-- Structure which contains the starting and ending
-- character positions of the selection.
-- Default character format information
-- Current selection character format information
-- Currently selected text
-- Coordinates of a character at `character_index' in
-- the client area.
-- A returned coordinate can be negative if the
-- character has been scrolled outside the edit
-- control's client area.
-- The coordinates are truncated to integer values and
-- are in screen units relative to the upper-left
-- corner of the client area of the control.
-- Zero-based character index of the character which is
-- the nearest to `a_x' and `a_y' position in the client
-- area.
-- A returned coordinate can be negative if the
-- character has been scrolled outside the edit
-- control's client area. The coordinates are truncated
-- to integer values and are in screen units relative
-- to the upper-left corner of the client area of the
-- control.
-- Event mask which specifies notification message the
-- control sends to its parent window.
-- See class WEL_ENM_CONSTANTS for values.
-- Contents of the rich edit control
-- Set the selection between `start_position'
-- and `end_position'.
-- Set the length of the text the user can enter into
-- the edit control.
-- Set tab stops using the values of `tab'.
-- Set tab stops at every `tab' dialog box units.
-- Set default tab stops.
-- Set `event_mask' with `an_event_mask'.
-- See class WEL_ENM_CONSTANTS for values.
-- Set the opetions for the control.
-- See class WEL_ECO_CONSTANTS for values.
-- Set `text' with `a_text'.
-- Set the background color with `color'.
-- Set the background color with the window
-- background system color.
-- Enable the standard notifications.
-- (Enm_change, Enm_update and Enm_scroll).
-- Disable all notifications.
-- Load a text `file' in the rich edit control.
-- Load a RTF `file' in the rich edit control.
-- Save the contents of the rich edit control in text
-- format in `file'.
-- Save the contents of the rich edit control in RTF
-- format in `file'.
-- Start a text stream in operation with `stream'.
-- Start a text stream out operation with `stream'.
-- Start a rtf stream in operation with `stream'.
-- Start a rtf stream out operation with `stream'.
-- Start stream in operation with `stream'.
-- See class WEL_SF_CONSTANTS for `format' values.
-- Lowest level stream in procedures.
-- Start stream out operation with `stream'.
-- See class WEL_SF_CONSTANTS for `format' values.
-- Lowest level stream out procedures.
-- Hide the selection.
-- Show the selection.
-- Set the current selection with `a_char_format'.
-- Set the current word with `a_char_format'.
-- Set the current paragraph with `a_para_format'.
-- Print the contents of the rich edit control on
-- the printer `dc'. `title' is the printer job name.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |