TdxSkinChooserGalleryItem.AddSkinsFromResource(HINST,string) Method
Loads skins from a specified resource and creates corresponding gallery items.
Declaration
procedure AddSkinsFromResource(AInstance: HINST; const AResourceName: string);
Parameters
| Name | Type | Description |
|---|---|---|
| AInstance | HINST | The source application module. |
| AResourceName | string | The name of the skin resource. |
See Also