Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WEdit                  Edit control class
 ----------------------------------------------------------------------------
 WEdit
 Edit control class
 ----------------------------------------------------------------------------
 
 Properties
 CurItem        The currently selected text (a string or "")
 Modified       A logical indicating whether the contents have been changed
 Position       The starting position of the currently selected text (or zero)
 Selection      An array of the start and end positions of the selected text
 TextLength     The number of characters in the control
 WndClass       The name of the control's window class ("edit")
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WEdit:CanUndo()     A logical indicating whether the last change can be undone
 WEdit:Copy()        Copy the selected text to the clipboard
 WEdit:Cut()         Remove the selected text and place it in the clipboard
 WEdit:Len()         The number of characters in the control
 WEdit:Paste()       Insert the clipboard text into the control
 WEdit:Undo()        Undo the last change
 
 Inherits From
 WControlWindow
 
 Inherited By
 WGet
 WMLEdit
 
 Description
 This is the class for edit controls.
 
 Because Clip-4-Win uses "smart dialogs with dumb controls",
 few properties and few methods are required in this class or
 most sub-classes.  (The WDialog class provides the logic,
 rather than spreading it across the controls.)
 
 Example
 
 See Also  (press Enter)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson