Guest Posted October 26, 2010 Posted October 26, 2010 Message from: "koney" I inherited the TUniEeit componemt to create MyUniAlignEdit. set ServerMode.StandAloneServer :=3D False, it wotks ok. but=20 set ServerMode.StandAloneServer :=3D True, it can not work, and have a error message "class MyuniAlignEdit not found". how to solve the problem ? thanks. Koney. Quote
Guest Posted October 27, 2010 Author Posted October 27, 2010 Message from: "Farshad Mohajeri" "koney"=20 I inherited the TUniEeit componemt to create MyUniAlignEdit. set ServerMode.StandAloneServer :=3D False, it wotks ok. but=20 set ServerMode.StandAloneServer :=3D True, it can not work, and have a error message "class MyuniAlignEdit not found". how to solve the problem ? thanks. Creating new Components requires certainn steps to be followed. I will = publish a guide to create custom controls once I'm done finishing some = undergoing changes in library core. Target version is 0.85.0 In your particular case component is not registered with Delphi. Try = calling RegisterClass(MyNewComponent). Again it won't warranty that your = component will work. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.