IDE Integration
If you are building component packages, you can use attributes from qtx.delegates.pas to make your custom events appear in the IDE:
- [RegisterDelegate(...)]: Makes your new delegate class known to the IDE.
- [BindDelegates(...)]: Associates your new delegate with your widget class, so it appears in the Object Inspector.