I want to create a DLL that exports a function that will show a Form to the user. Does the VCL allow this use, and if so, then how is this accomplished?
Share
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.
Quick Answer: Yes
Create a DLL in the IDE, ensure that you have selected to use VCL in the DLL creation wizard. Again, in the IDE, add a new VCL Form. You then have to create a function callable from outside the DLL to create the form and show it.