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++
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.Build the package
Right-click the package in the Project Manager and select Build.This compiles the TeeGrid library units.
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)
Installation for Lazarus FreePascal
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.Verify Installation
To verify that TeeGrid is correctly installed:Add TTeeGrid component
Open the Tool Palette and locate the TeeGrid tab.Drag a
TTeeGrid component onto 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
