PeterPanettone 139 Posted June 3 Delphi has many directory $Variables which can be used in several contexts, for example: $(BDS)\source Is there a $Variable for the default Styles directory which in Delphi 11 is?: C:\Users\Public\Documents\Embarcadero\Studio\22.0\Styles Share this post Link to post
Lajos Juhász 126 Posted June 3 (edited) You can try $(BDSCOMMONDIR)\styles or $(BDSUSERDIR)\styles Edited June 3 by Lajos Juhász Share this post Link to post