Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxSkinsDefaultPainters Unit

#Methods

Name Description
dxSkinsLoadedUserSkinHasMissingElements Checks 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.