Skip to main content

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

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