home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / FFACTWIN.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-21  |  743 b   |  23 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "FFactWin.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TForm1 *Form1;
  9. //---------------------------------------------------------------------------
  10. __fastcall TForm1::TForm1(TComponent* Owner)
  11.   : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------
  15.  
  16.  
  17. //  This application shows how to display Paradox style memo and graphic
  18. // fields in a form. Table1's DatabaseName property should point to the
  19. // Borland sample database. Table1's TableName property should be set to 
  20. // the BIOLIFE table.
  21. //
  22.  
  23.