home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / DICE.ZIP / DICE.TXT < prev   
Text File  |  1995-07-13  |  510b  |  22 lines

  1. This is a free 'Dice' VCL created by Zane Rathwick (CIS 74633,1314).  
  2.  
  3. The methods and properties are listed below.
  4.  
  5. Properties:
  6.  
  7. BackColor: TColor
  8.     Specifies the backbround color behind the 'Die' (ie the form color)
  9.  
  10. DiceColor: TColor
  11.     Specifies the actual color of the 'Die'
  12.  
  13. Value: Integer
  14.     Specifies the number of dots on the 'Die' (0-6)
  15.  
  16.  
  17. Methods:
  18.  
  19. Roll:    Assigns a random value to the 'Die' (ie Dice1.roll)
  20.     The random number generator should be seeded before
  21.     calling this method.
  22.