sorry this may be a simple question
i want to call a bpl and get the value of a string inside the pakage
where and how can i declare a constant(or variable) and how to call it by a delphi exe
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.
As long as the string constant is declared in the interface section of one of your units, you can just refer to it by name, the same as if the unit was compiled directly into your app.