Communicating withHuman Interface Devices such as Alphanumeric display, Bar Code Reader, Sensors, Volume control on Speakers/Headsets becomes a primary use case for real-world, Cross-platform applications. Do you spend more time in building libraries to communicate with HID for your Delphi/C++ FireMonkey applications? WINSOFTProvides a powerful library to get the job done. It uses the…
Quickly Add Joystick Support (DirectX) To FireMonkey Apps In Delphi 10.4 Sydney On Windows
September 27, 2020
It is surprisingly easy to add joystick support to your Firemonkey app on Windows. Here is a nice third party component by WINSOFT for Delphi and C++ Builder for retrieving joystick position and status for any keys.
You can use wired or wireless joystick for your…
Powerful JPEG Video Streaming Library For Delphi And C++ Builder.
September 26, 2020
It is easy to create a video streaming server and client in your applications. The Video Stream library from WINSOFT allows you incorporate video streaming capability in your Delphi and C++Builder projects.
How to install component
1) Download the component archive…
Powerful Spider Delphi Profiler Brings You Real Time Profiling For Delphi Applications
September 26, 2020
Delphi Profilers are used for Delphi application analysis, including performance profiling, memory and resource profiling, code coverage, unused unit detection, code metrics, exception tracing and integration with RAD Studio.
To get more detailed information about the Spider – Delphi Profiler, check the features below:
Detailed debug information (internal, TDS, MAP)Display information…
Powerful VerySimple.Lua Embeddable Scripting Language Library For Delphi
September 26, 2020
Lua is with an emphasis on embedded systems (e.g., the Ginga middleware for digital TV in Brazil) and games (e.g., World of Warcraft). It is currently the leading scripting language in games and it has a deserved reputation for performance. To claim to be “as fast as…
Blazing Fast Socket Communications Component Library For Delphi
September 26, 2020
NetCom7 is an extremely optimized code on TCP/IP sockets. Forget using one thread per connection. With this suite, you can have as many concurrent connections to your server as you like. Threads are used per request and not per connection, and are maintained in a very fast…
Powerful BrainMM Memory Manager Designed For Modern Apps In Delphi/C++
September 25, 2020
BrainMM is an alternate memory manager for Delphi. There are a number of benchmarks between FastMM and BrainMM provided. This is an open source project over on Github. With time the project will grow to the level of standard Delphi/C++ Builder supply, along with other great libraries. Supports of all operating systems envisaged by Delphi and C++ Builder. BrainMM memory manager…
Flexible Comport DLL Library For Serial Communication On Windows
September 25, 2020
Serial Communicationsis a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged in writing code to communicate with serial devices from yourDelphi/C++applications? How about a DLL…
Learn How To Use Long Tap Gestures In Delphi With FMX.TapAndHold Sample
September 25, 2020
FMX.TapAndHold Sample uses TGestureManager.
Location
You can find theTapAndHoldsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:– Object Pascal\Mobile…
Easily Learn To Store Data In A Nested Dataset using FireDAC With FireDAC.TFDMemTable.NestedDataSet Sample
September 24, 2020
TheNestedDataSetsample shows you how to set anested datasetin a dataset field.
Location
You can find theNestedDataSetsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to – Object PascalDatabaseFireDACSamplesComp LayerTFDMemTableNestedDataSetSubversion Repository – You can find Delphi code…