home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / DBREPEAT.ZIP / readme.txt < prev   
Text File  |  1997-07-09  |  4KB  |  128 lines

  1. TDBRepeatButton
  2. ===============
  3.  
  4. Version 1.0 (9 July 1997)
  5. Freeware for Delphi 1.0 and 2.0
  6. Copyright (c) 1997 Greg Lief
  7.  
  8. ----------------------------------------------------------------------------
  9.  
  10. 1.  Description
  11. 2.  Installation
  12. 3.  New Properties
  13. 4.  Copyright Notice
  14. 5.  Disclaimer
  15. 6.  Technical Support
  16. 7.  Revision History
  17. 8.  Comments
  18. 9.  Purchasing Source Code
  19.  
  20. ----------------------------------------------------------------------------
  21.  
  22. 1. Description
  23. ==============
  24.  
  25. TDBRepeatButton is a speedbutton for quickly traversing any dataset.
  26. You may set the number of records to move, along with the speed of
  27. the movement.
  28.  
  29.  
  30. 2. Installation
  31. ===============
  32.  
  33. A. Choose the Component | Install menu option (or if you are using
  34.    Delphi 1.0, the Options | Install Components menu option).
  35.  
  36. B. Click upon the Add Button, and select either DBREPE16.DCU (Delphi 1)
  37.    or DBREPEAT.DCU (Delphi 2).
  38.  
  39. C. Press OK twice.
  40.  
  41. D. After your component library is recompiled, you will find a new
  42.    tab entitled "Greg Lief", with the TDBRepeatButton icon upon it.
  43.  
  44.  
  45. 3. New Properties
  46. =================
  47.  
  48. Except as noted, all properties are available at design-time.
  49.  
  50. DataSource -- This is the datasource component in which the record
  51. pointer will be moved.  This must be assigned or clicking upon
  52. the button will have no visible effect.
  53.  
  54. Direction -- This dictates how to move through the dataset, either
  55. forward (bdForward) or backward (bdRewind). The default value is
  56. bdForward. Changing this will also change the Glyph property
  57. accordingly.
  58.  
  59. Increment -- This dictates how many records to move at a time. The
  60. default value is 1, but you may wish to increase this dependent upon
  61. the size of your dataset.
  62.  
  63. Interval -- This dictates how often to move the record pointer. The
  64. default value is 50 milliseconds.
  65.  
  66.  
  67. 4. Copyright Notice
  68. ===================
  69.  
  70. This component is fully functional.  My copyright notice will appear
  71. when you drop it upon a form at design-time, but that will not occur at
  72. run-time.  You can remove the copyright notice by purchasing the source
  73. code (see item #9 below).
  74.  
  75.  
  76. 5. Disclaimer
  77. =============
  78.  
  79. It is unfortunate that we live in a litigous society in which the
  80. lawyers are generally the only winners.  However, that makes the
  81. following verbiage necessary:
  82.  
  83. "THE CODE FOR THIS COMPONENT IS PROVIDED TO YOU AS IS BY ITS AUTHOR,
  84. GREG LIEF. THE AUTHOR HAS TESTED THE COMPONENT AND FEELS THAT IT WORKS
  85. AS BILLED, BUT MAKES ABSOLUTELY NO GUARANTEES OR WARRANTEES OF ANY KIND.
  86. IN OTHER WORDS, YOU ARE USING THIS ENTIRELY AT YOUR OWN RISK.  NEITHER
  87. THE AUTHOR NOR ANY OTHER ORGANIZATION WILL BE HELD RESPONSIBLE FOR ANY
  88. DIRECT OR INDIRECT DAMAGE RESULTING FROM THE USE OF EITHER THIS
  89. COMPONENT OR ANY DERIVATIVES THEREOF."
  90.  
  91.  
  92. 6. Technical Support
  93. ====================
  94.  
  95. The reason I am making this component available as freeware because I
  96. feel that it will be of use to other Delphi developers. However, always
  97. remember the old maxim "you get what you pay for".  In other words, do
  98. not get carried away by expecting technical support, because you will be
  99. sadly disappointed.
  100.  
  101.  
  102. 7. Revision History
  103. ===================
  104.  
  105. July 9, 1997  -- initial public release
  106.  
  107.  
  108. 8. Comments
  109. ===========
  110.  
  111. If you find this component useful, I would appreciate hearing from you
  112. via e-mail (greglief@teleport.com).
  113.  
  114. I would also greatly appreciate your taking the time to evaluate the
  115. Delphi Object Lessons technical journal, for which I serve as Executive
  116. Editor.  More information and a sample issue are available at URL
  117. http://www.teleport.com/~ol/djournal.shtml.
  118.  
  119. The most updated version of this component can always be found at my
  120. personal web site (http://www.teleport.com/~greglief).
  121.  
  122.  
  123. 9. Purchasing Source Code
  124. =========================
  125.  
  126. The TDBRepeatButton source code is available for $5 US. See the
  127. ORDER.TXT (included in this package) for more details.
  128.