Update:
Code:
* Added password protection.
- Password serves as an additional layer of security but cannot decrypt the 'Style' file.
* Added new function.
Code:
procedure LoadVCLStyle(VClStyleFile: String);
function LoadVCLStyleFromResourcesW(const ResourceName, Password: WideString): Boolean;
function LoadStyleGetLastError: WideString;
procedure UnLoadVCLStyles;