In .net you can acces the Properties of your application trough code. How can you do the same in Oxygene / delphi prism ?
Directory.GetFiles(Properties.Settings.Default.
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.
You are almost there, to access the settings of your application, you must add the
YourAppNameSpace.Propertiesnamespace to your uses clause and then access the setting on this wayOr using a full qualified name, like so :