FREE open-source components for creating powerful, feature-rich UI applications, targetting 4 frameworks and 5+ operating systems.
Each subfolder of this repository contains a set of files based on the TMS FNC Core.
To install these components, please follow the steps below.
- Create a new package
- Add the FMX*.pas files to the package
- Add dependencies to FMXTMSFNCCorePkg**.dcp
- Build and install the package
- Update the library path with the local folder source checkout of the subfolder of this repository
- Create a new package
- Add the VCL*.pas files to the package
- Add dependencies to VCLTMSFNCCorePkg**.dcp
- Build and install the package
- Update the library path with the local folder source checkout of the subfolder of this repository
- For WEB: update the TMS WEB library path under Options
- Create a new package
- Add the LCL*.pas files to the package
- Add dependencies to LCLTMSFNCCorePkg
- Build and install the package
Each subfolder of this repository contains a README.md page that contains a code snippet to get up and running.
*:The name of the units you want to add.
**:The version of RAD Studio you are using (ex. XE12 = RAD Studio 10.3 Rio).