I created a Custom components SkinMgr and SkinPanel in delphi2009. i wanted the two component automatically link together even if the SkinMgr is in a DataModule or anywhere in the other form.
any help, sample or suggestion.
thank you in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a quick test with a
TActionListdescendant andTCustomActionManager: when an instance ofTActionListExcomponent is dropped on a form at designtime, it enumerates all current project’s modules and try to find a form/datamodule with an instance ofTCustomActionManager. If it finds one, it adds the newly createdTActionListExto itsLinkedActionListscollection.Runtime package:
Design time package: