Marco Cantu schrieb auch mal etwas zum Thema:
The TCustomModule Class and the RegisterCustomModule Procedure
http://www.marcocantu.com/ddh/ddh15/ddh15e.htm
Auf MustangPeak fand ich dies:
OTA - Forms with Published Properties Visible in the Object Inspector
http://www.mustangpeak.net/ota_publishedprop_forms.htm
Auf SO fand ich unter dieser Frage
http://stackoverflow.com/questions/9...ties-to-a-form
diesen Hinweis zum MustangPeak Artikel:
Zitat:
The article is detailed, but the only part I really needed was RegisterCustomModule. I simply added "RegisterCustomModule(TfrmEasyIPBase, TCustomModule);" to my register
unit and everything now works perfectly