Prototype

property ResourcePath: string read GetResourcePath;

Description

This property returns the root path for relative path resources at runtime. It is empty by default, resources are searched in a subfolder of the application. ResourcePath is changed after using LoadFromURI and can be either a path to a local folder or a URL to a web page.


At design time, ResourcePath is equal to DesignPath.