15.2.47 Version History

What’s New

  • New property UserSession.Clipboard. This property gives access to a new class TIWClipboard, which is a small utility class to temporarily store generic data that can be accessed by different parts of your application without the need to create specific properties in the UserSession class. New demo coming soon.

Bug fixes

  • In Delphi 11 DataModule’s event OnCreate could fire more than once (this also affects DataModule descendants like the UserSession). This fix is absolutely required for all Delphi 11 users.