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
src
directory to the unit path (-Fu
option) - Add the
src/include
directory to the include path (-Fi
option) - Add the
RTTI
unit to theuses
section
- 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.