-
Notifications
You must be signed in to change notification settings - Fork 26
hs570
Carlo Barazzetta edited this page Dec 4, 2018
·
5 revisions
Objects retrieved via a selector can be sorted by the underlying database by specifying one or more persistent attributes of the objector related objects with the ORDER BY clause. In addition, objects exposed through an exposer or a selector can be sorted in memory by adding a custom sort method to the OnCompare event.
InstantObjects Primer Demonstrates both sort methods via the Sort option available on the toolbar of the Contacts view. A custom sort event is also used by the exposer EmployeeExposer in TCompanyEditForm to order the employees by their name.
- 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