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 [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Functions in EDIT.PRG (and CLIP4WIN.LIB)
------------------------------------------------------------------------------
 EditCanUndo( )           .t. if the last edit operation can be undone
 EditCopy( )              copy the edit control contents to the clipboard
 EditCut( )               cut the edit control contents to the clipboard
 EditEmptyUndoBuffer( )   clears the edit control undo buffer
 EditGetFirstVisibleLine( )  the number of the top line that's visible
 EditGetLine( )           returns the specified line
 EditGLineCount( )        the number of lines in a multi-line edit control
 EditGetModify( )         .t. if the contents have been changed
 EditGetPasswordChar( )   returns the character displayed when the user
                          enters text
 EditGetSel( )            returns the start and end of the selected part
 EditGetText( )           get all the text in an edit control
 EditLimitText( )         sets the maximum number of characters allowed
 EditLineFromChar( )      returns the line number indicated by the
                          character position
 EditLineIndex( )         returns the character position of a line
                          within a multi-line edit control
 EditLineLength( )        returns the length of the line indicated
                          by the character position
 EditPaste( )             paste the contents of the clipboard into
                          an edit control
 EditReplaceSel( )        replace the currently selected text
 EditSetModify( )         sets/clears the flag that indicates whether
                          the contents of the edit control have been
                          changed
 EditSetPasswordChar( )   sets the character displayed when the user
                          enters text in a single-line edit control
 EditSetReadOnly( )       makes the contents read-write or read-only
 EditSetSel( )            sets the start and end of the selected part
 EditSetText( )           change all the text in an edit control
 EditUndo( )              attempts to undo the last edit control operation



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