In this newsletter...
Release: TMS Async version 2.4.0.0
Blog: #WEBWONDERS: Using Object Pascal RTTI in TMS WEB Core projects
New videos
Release: TMS Async version 2.4.0.0
The new TMS Async version 2.4.0.0 is here!
Introducing two fantastic new features:
Event OnUSBDevicePlugin 📱🔌
Event OnUSBDeviceUnplug 🚫🔌
Now, you can stay in the loop when a USB COM port is connected or disconnected. These events provide the USB device name, empowering your application to respond effectively.
Stay up-to-date with the latest TMS Async release and unlock these game-changing capabilities.
Blog:#WEBWONDERS: Using Object Pascal RTTI in TMS WEB Core projects
The aim of TMS WEB Core was from the beginning to offer as familiar web client application development as Object Pascal RAD component based development is with the VCL for Windows native apps. This means being hosted in the familiar Delphi IDE, have the same workflow as building VCL apps from the Delphi IDE, use components that are as similar as possible as VCL counterparts and of course, also ensure that the Object Pascal language that can be used matches as close as possible the latest Delphi language features...