Back to Devexpress

dxSkinsDefaultPainters Unit

vcl-dxskinsdefaultpainters.md

latest1.8 KB
Original Source

dxSkinsDefaultPainters Unit

Implements global methods designed for custom skin management.

Methods

NameDescription
dxSkinsLoadedUserSkinHasMissingElementsChecks whether a skin loaded from a file or stream has missing elements, compared with the corresponding template skin available in the current ExpressSkins Library version.
dxSkinsPopulateSkinResources(HMODULE,TStringList,TStringList)
dxSkinsUserSkinGetLoadedSkinName(Boolean)
dxSkinsUserSkinLoadFromFile(string,string)Loads a skin from a specified SKINRES file.
dxSkinsUserSkinLoadFromFileByIndex(string,Integer)Loads a skin from a specified file by its index.
dxSkinsUserSkinLoadFromResource(THandle,string,string)
dxSkinsUserSkinLoadFromStream(TStream,string)Loads a skin from a specified stream.
dxSkinsUserSkinLoadFromStreamByIndex(TStream,Integer)Loads a skin from a specified stream by its index.
dxSkinsUserSkinPopulateSkinNames(TStream,TStrings,Boolean)
dxSkinsUserSkinPopulateSkinNames(string,TStrings,Boolean)Populates AList with skin names from a specified file or stream.