home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "FFactWin.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TForm1 *Form1;
- //---------------------------------------------------------------------------
- __fastcall TForm1::TForm1(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
-
-
- // This application shows how to display Paradox style memo and graphic
- // fields in a form. Table1's DatabaseName property should point to the
- // Borland sample database. Table1's TableName property should be set to
- // the BIOLIFE table.
- //
-
-