Download TeeGrid
Before installation, download the latest version of TeeGrid:Download Latest Version
Get the latest TeeGrid release from Steema Software
- Source code for VCL and FireMonkey
- Package files for RAD Studio and Lazarus
- Demo projects and examples
- Documentation
Installation for RAD Studio / Delphi / C++
1
Extract the downloaded files
Extract the TeeGrid archive to a folder on your system, for example:
2
Open the package in RAD Studio
Launch RAD Studio, Delphi, or C++ Builder and open the appropriate package file:For VCL projects:For FireMonkey projects:
Choose the package that matches your IDE version. If you’re using an older IDE version, you may need to open the corresponding
.dpk file.3
Build the package
Right-click the package in the Project Manager and select Build.This compiles the TeeGrid library units.
4
Install the package
Right-click the package again and select Install.You should see a confirmation message that TeeGrid components have been installed:
TTeeGrid(VCL or FMX)
5
Add library paths
Add the TeeGrid source paths to your IDE library path:Go to Tools → Options → Language → Delphi → LibraryAdd these paths to the Library path for each platform you’re using:For VCL:For FireMonkey:
Replace
C:\TeeGrid\ with your actual installation path.Installation for Lazarus FreePascal
1
Extract the downloaded files
Extract the TeeGrid archive to a folder, for example:or on Windows:
2
Open the Lazarus package
Launch Lazarus IDE and open the package file:Navigate to and open:
3
Compile the package
In the Package dialog, click Compile.Lazarus will compile all TeeGrid units.
4
Install the package
Click Use → Install in the Package dialog.Lazarus will ask to rebuild the IDE. Click Yes.After the IDE restarts,
TTeeGrid will be available in the component palette.5
Configure library paths (if needed)
If you encounter unit not found errors, add the TeeGrid paths:Go to Project → Project Options → Compiler Options → PathsAdd to Other unit files:
Verify Installation
To verify that TeeGrid is correctly installed:1
Create a new project
Create a new VCL or FireMonkey application.
2
Add TTeeGrid component
Open the Tool Palette and locate the TeeGrid tab.Drag a
TTeeGrid component onto your form.3
Run the project
Press F9 to compile and run.You should see an empty grid on your form.
If the component doesn’t appear in the palette, check that:
- The package was installed successfully
- The library paths are correctly configured
- You’re looking in the correct component palette tab
Project Configuration
For each project that uses TeeGrid, ensure you add the required units to youruses clause:
Troubleshooting
Package Not Installing
If the package fails to install:- Check that you’re using a compatible IDE version
- Try building the package for the correct platform (Win32/Win64)
- Check for compilation errors in the Messages window
Components Not Appearing
IfTTeeGrid doesn’t appear in the palette:
- Verify the package is in the Installed Packages list (Components → Install Packages)
- Try restarting the IDE
- Check that the
.bplfile was created in the appropriate folder
Unit Not Found Errors
If you get “Unit not found” errors:- Verify the library paths are correctly set
- Check that the paths use the correct path separators for your OS
- Ensure you’ve added both the main
delphifolder and the framework folder (VCLorFMX)
Next Steps
Quick Start Tutorial
Learn how to create your first TeeGrid with real data
