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

dxSkinsLoadedUserSkinHasMissingElements Method

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.

#Declaration

Delphi
function dxSkinsLoadedUserSkinHasMissingElements: Boolean;

#Returns

Type
Boolean

#Remarks

Call this function to validate a skin loaded via the dxSkinsUserSkinLoadFromFile, dxSkinsUserSkinLoadFromFileByIndex, dxSkinsUserSkinLoadFromStream, or dxSkinsUserSkinLoadFromStreamByIndex function. The dxSkinsLoadedUserSkinHasMissingElements function returns True, if the currently loaded skin has missing elements (compared with the corresponding template skin available in the ExpressSkins Library). To update the skin, open its .SKINRES file or skin project in the Skin Editor. The “Added Elements” window will notify you about the elements to be added.

Click Ok and save changes to .SKINRES files containing the skin.

See Also