TdxSkinChooserGalleryItem.AddSkinsFromFile(string) Method
In This Article
Loads skins from a specified file and creates corresponding gallery items.
#Declaration
Delphi
procedure AddSkinsFromFile(const AFileName: string);
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The absolute or relative path to the source SKINRES file. |
See Also