How can I set the Delphi projects options FileDescription? when I try
ProjectOptions.Values['Keys'].SetOptionsValue('FileDescription', Title);
(title is a string)
I get invalid variant operation
How can I set the Delphi projects options FileDescription? when I try
ProjectOptions.Values['Keys'].SetOptionsValue('FileDescription', Title);
(title is a string)
I get invalid variant operation
Copyright © 2021 Jogjafile Inc.
Read the comments above
IOTAProjectOptions
declaration inToolsApi
unit. Try something like this: