home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / program / delphi / navody / d56 / ec1vr2.exe / #setuppath# / Delphi / CalendarMaker / README.TXT < prev   
Encoding:
Text File  |  2003-12-09  |  772 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. //  N.A.Antonov & V.M.Baranov
  3. //  Copyright 2003 MBLabSoft. All right reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     CalendarMaker
  8.  
  9. DESCRIPTION:
  10.     This example shows how can to use Vivid Report Components to make and print
  11.     calendars.
  12.  
  13. DEMONSTRATES:
  14.     + TVividReport, TVRPage, TVRBand, TVRLabel, TVRGrid,
  15.       TVRPrintProgress, TVRPreview;
  16.     + the report component on the visible form;
  17.     + using the OnBeginPrint event handlers of rows and columns of TVRGrid;
  18.     + using the OnEndPrint event handlers of rows and columns of TVRGrid;
  19.     + using the OnCalcValue event handlers of the TVRGrid cells.
  20. COMMENTS:
  21.