home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _4CA4DB89DD6348978FE8C1D893BBAE2D < prev    next >
Text File  |  2003-03-07  |  827b  |  76 lines

  1. boolean:=?ActivateHypertext
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return True if Activate hyperlinks on open is selected in Environment Settings, False if not.
  10.  
  11. numeric:=?AddressBookSelection
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Return the number of entries most recently selected in the Address Book.
  20.  
  21. numeric:=?Align
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Return the current character justification.
  30.  
  31. Return Value
  32.  
  33. 0    Left, Full, or All
  34.  
  35. 64    Center
  36.  
  37. 128    Right
  38.  
  39. boolean:=?AutoUpdate
  40.  
  41. Syntax
  42.  
  43. ()
  44.  
  45. Description
  46.  
  47. Return the state of the Update on retrieve option for spreadsheet/database links.
  48.  
  49. Return Value
  50.  
  51. 0    Off
  52.  
  53. 1    On
  54.  
  55. boolean:=?AutoWordSelect
  56.  
  57. Syntax
  58.  
  59. ()
  60.  
  61. Description
  62.  
  63. Return the state of the Automatically select words option in Environment Preferences.
  64.  
  65. Return Value
  66.  
  67. 0    Off
  68.  
  69. 1    On
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.