An implementation of Delphi's RTTI unit for Free Pascal.
The unit is based entirely on the online documentation for Delphi's implementation. As such, the code may currently behave differently so please report any issues or inconsistencies you find.
- Clone or download the repository
- Place the files in your FPC/Lazarus project directory
- Add the
srcdirectory to the unit path (-Fuoption) - Add the
src/includedirectory to the include path (-Fioption) - Add the
RTTIunit to theusessection
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a pull request
See the files LICENSE and LICENSE.MODIFIED.