/*************************************************************************/
                     Borland Visual Solutions Pack
                            READ_BC.TXT

  This README file contains information specific to Borland C/C++ and the
  Borland Visual Solutions Pack Volume 1 v1.1 Controls.

/*************************************************************************/

-----------------
TABLE OF CONTENTS
-----------------
1.   Using FormulaONE Function Calls
2.   PictureAClock and PictureDClock


----------------------------------
1. Using FormulaONE Function Calls
----------------------------------

  The FormulaONE function calls provide complete access to the control
  functionality from Borland C/C++.  They provide enough functionality to
  build a complete stand-alone spreadsheet.

  To access function calls include the header files VTSS.H and SSERROR.H
  and the library VTSSDLL.LIB.  These files contain function declarations
  and constants.


----------------------------------
2. PictureAClock and PictureDClock
----------------------------------

  With Borland C/C++, you may loose resources if you do not call the 
  VBXDestroyPicture() function on the HPIC you have assigned to these
  properties when you are finished with it.  Do this when you are
  through needing the control.


/**************************** END OF FILE ********************************/

