The Framework Manager (#AvFrameworkManager) is a component shipped with the Framework, which provides a standardized set of services you can use in your filters and command handlers. You access Framework Manager services using methods, setting and getting properties, and listening for events.
The services are:
- UpperCase Conversions
- Numeric to Alphanumeric Conversions
- Application Error Handling
- Framework Locking Service to Handle Unsaved Changes
- Saving unsaved changes using uQueryCanDeactivate or uQueryCanClose
- The Virtual Clipboard
- Basic Tracing Service
- Event Signaling Service
- Object Switching Service
- Custom Property Access Service
- User Authority Access Service
- Messaging Services
- Temporarily Overriding Object Captions
- Get Visual LANSA Framework Icon Reference
- Change a visual style at run time
- Change Command State Programmatically
- Framework Windows Management
Also, see Programmatic server connection checking.
