App-WF application, General Introduction
 
 
 
      
       
Learn  Step-by-step how to write the application - App-WF application developed with
Delphi 8 - Windows Forms application.

 

 

 Info about the App-WF application :
  1. Name - App-WF
  2. Database Software. Database file - KJV2002.mdb - (C:\App_WFDelphi\pic\KJV2002,mdb)
  3. Developed with Broland Delphi 8
     
  4. The Microsoft Access database file - KJV2002.mdb.
    This KJV2002 database file stores 4 books of Bible data. - (every book has a title and consists of several chapters and every chapter consists of several verses)
    The database consists of one table - BibleTable. The table stores more then 31100 records and each record consists of five fields - Book, Title, Chapter, Verse and TextData:
    - The Book field stores the oders of the books - (4 books).
    - The Title field stores the titles of the books.
    - The Chapter field stores the orders of all chapters.
    - The Verse field stores the orders of all verses.
    - The Textdata field stores the contents of all verses.
  5. Functions: View , Search, Show Form  and Animation.
     
  6. Project  Manager : application - App-WF and those items
     

  7. Requirements: Broland Delphi 8 for the Microsoft .NET Framework
     
    If you want to run it:
    1. Remove the read-only attribute of all files in the folder - C:\App_WFDelphi
    2. Run the Broland Delphi 8 .
    3. From File menu,  then choose Open,  the Open dialog box appears,  select the App_WF Borland Developer Studio Project File (C:\App_WFDelphi\App_WF) and then click Open.
    4. From Run menu, choose and click Run.


After running, you can observe the following Forms design ...:
 

 1- Info about the Form, MainForm.

 

 2- Info about the Form, B_ook

 

 3- Info about the Form, A_bout.

 

 

Previous
  Home
1
 
Next