質問

If creating a delphi hydra host application and then load a delphi hydra visual plugin on It, then a dialog border appears for visual plugin. this borders appears if using styles in delphi host(Project>options>application>appearance). Can you help me?

役に立ちましたか?

解決

Problem solved. for solving It: In Host Application we must using this code:

HYModuleManager1.CreateVisualPlugin('Yourplugin', Plugin, Panel);
if Plugin.GetObject is TForm then
TForm(Plugin.GetObject).BorderStyle := bsNone;

thanx ejay from remobjects: http://connect.remobjects.com/discussion/comment/14464#Comment_14464

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top