INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Creates a multi-line entry-area control - a memo control,
-- with border, left justification an two directions scroll bar
-- Creates a multi-line entry-area control - a memo control,
-- with border, left justification and without scroll bars, so text
-- entering is fixed.
-- Creates a multi-line entry-area control - a memo control.
-- This is a function with maximum control capabilities.
-- Returns the size of the text entered in the memo field control
-- Retrieves the content of line specified by its number within the
-- memo entry
-- Sets the read-only state of an memo control.When the state of a
-- memo entry area control is set to read-only, the user cannot
-- change the text within the edit control.
-- Retrieves the number of lines in a memo entry area
-- Retrieves a line number from a character index of the line that
-- contains the specified character index. A character index
-- is the number of characters from the beginning of the memo control.
-- Retrieves the character index of a line within a multiline memo
-- edit control. The character index is the number of characters from
-- the beginning of the memo edit control to the specified line.
-- The RETURN value is the character index of the line specified
-- in the line parameter, or it is -1 if the specified line number is
-- greater than the number of lines in the memo edit control.
-- returns the length of a specified line in a memo entry-area
-- Returns the topmost visible line in an edit control.
-- Scroll's the text of a memo edit control.
-- The memo entry area control does not scroll vertically past the last
-- line of text in the memo control. If the current line plus the number
-- of lines specified by the vertical_step parameter exceeds the total
-- number of lines in the memo control, the value is adjusted so that
-- the last line of the memo control is scrolled to the top of the
-- memo-control window.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |