Implicit Events (Magic xpa 4.x)
Implicit events are those that are not defined in the Event list:
- 
Init task – assigning values to the form controls and to their properties.
 - 
Pre-Record Prefix – get the record, compute the init and properties expressions, and display the record.
 - 
Previous/Next record – if the record is in the client cache, retrieve and display it. Otherwise, retrieve a chunk from the server and display the record.
 - 
Previous/Next page – if the page is in the client cache, retrieve and display it. Otherwise, retrieve a chunk from the server and display the page.