[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPmouseBrowse()
Browse through memos, supporting the Mouse.
------------------------------------------------------------------------------
Function: XPmouseBrowse()
this function is a partial replacement of the
MemoEdit() function as it will only support
the browsing of Memos. But the browsing is,
next to normal editing keys, also possible by
use of the Mouse. Browsing Memos is used in quite
some situations, and supporting the mouse in those
operations is supposedly a welcome addition. Editing,
on the other hand, is hardly easier with a Mouse.
Don't use this function on large memo variables,
as the browsing is not quite efficient..
This function cannot be Nested, ie. Called again when it
is already active (eg. from within a MouseTrap).
Syntax: XPmouseBrowse(nTop,nLeft,nBottom,nRight,caMemo[,bTrap])
Arguments: The four first arguments define the Memo's position
on the screen, the memo is scrolled in and out of that window.
cMemo is the Memo variable you wish to browse. Instead of
cMemo, one may also submit an Array, containing
the strings to be shown on the screen.
bTrap is an optionnal trap function, see MouseTrap for more
information on mousetraps.
Returns: Nothing.
Usage: See the DEMO programs that have been supplied with
the Expand Library for some detailed examples on how to
use this function.
See Also:
MouseTrap
XPmouseMenu()
XPmouseEdit()
XPmouseChoice()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson