-
Notifications
You must be signed in to change notification settings - Fork 26
hs500
Carlo Barazzetta edited this page Dec 4, 2018
·
6 revisions
The user interface of the contact book relies on visual form inheritance. The following diagram shows the form class hierarchy.
TBasicEditForm introduces basic editing capabilities for editing single objects. Descendant forms introduce capabilities required for editing objects of their corresponding business class.
TBasicBrowseForm is used for browsing and editing multiple objects at once. Descendants hereof are customized for browsing objects of specific classes.
- Home
- Glossary
- Project structure
- Installing InstantObjects
- User Guide for InstantObjects
- Creating the Business Model
- Creating the User Interface
- Programming with Persistent Objects
- Learning the Primer Demo