home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / tw21l.exe / ACTHLP.DOC next >
Text File  |  1993-02-06  |  579b  |  23 lines

  1.  
  2.  
  3.              twRABrowse() ActionKeys
  4.  
  5.  
  6.         ActionKeys provide a means to pass 
  7.         executable code to a browse. The 
  8.         information is passed in an array where 
  9.         each element is  a two element array:
  10.  
  11.          AADD( aActionKeys, { nKey, bBlock } )
  12.  
  13.          Where: nKey   - key number to assign
  14.                 bBlock - code block to execute
  15.  
  16.         If you are using SET Keys, you should save 
  17.         any of them which might  conflict with 
  18.         your actionkeys before calling the browse, 
  19.         then restore them on return.
  20.  
  21.  
  22.  
  23.