Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twMAddSpot( aStruct, nHndl )
 ----------------------------------------------------------------------------
     Add a spot to the TSDWIN internal region array. You may store
     anything you wish with this function. If you are using TSDWIN MAXI
     functions, you will not need to use twMAddSpot().

       Arguments:

     aStruct - 'A' Array to define the structure of the hot spot. It
                   should minimally consist of the coordinates and a
                   code block for execution to be useful.

       Return:

     Handle of the spot for later release with twMDelSpot()

       Example:

     nHandle := twMAddSpot( 5, 5, 6, 7, {|| Help() })

See Also: twMDelSpot() twAddMSpot()

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