home *** CD-ROM | disk | FTP | other *** search
- {$I-,V-,S-,R-,F-,B-}
-
- {*********************************************************}
- {* FBDEMO.PAS 5.06 *}
- {* Copyright (c) Enz EDV Beratung GmbH 1986-89. *}
- {* All rights reserved. *}
- {* Modified and used under license by *}
- {* TurboPower Software. *}
- {*********************************************************}
-
- program FbDemo;
- {-Demonstrates how to use FBrowse unit}
- uses
- FbdMain;
- begin
- FBDemoMain;
- end.