# vcl-styles-utils
**Repository Path**: ak17/vcl-styles-utils
## Basic Information
- **Project Name**: vcl-styles-utils
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2020-12-20
- **Last Updated**: 2025-11-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README




# VCL Styles Utils #
The *VCL Styles Utils* is a Delphi library which extend the [RAD Studio VCL Styles](http://docwiki.embarcadero.com/RADStudio/en/VCL_Styles_Overview). It provides additional features such as support for [Classic and New Common dialogs](https://github.com/RRUZ/vcl-styles-utils/wiki/VclStylesSysControls), [Task Dialogs](https://github.com/RRUZ/vcl-styles-utils/wiki/VCLStylesUxTheme), Styling of [popup and shell menus](https://github.com/RRUZ/vcl-styles-utils/wiki/VCLStylesMenus), [Non client area](https://github.com/RRUZ/vcl-styles-utils/wiki/VclStylesNC) components and other enhancements..
## Features ##
- Works in Delphi XE2-XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney, 11 Alexandria, 12 Athens, 13 Florence
- Vcl.Styles.Ext extends VCL Styles by introducing new properties and methods to list, remove, and reload styles.
- Vcl.Styles.Utils allows you to tweak the appearance of VCL Styles by modifying visual elements and font colors of the style.
- TNCControls component that allows you to add controls to the non-client area of a form.

- Vcl.Styles.WebBrowser unit, add support for style the scrollbars and dialogs of the TWebBrowser component.





## Installation ##
- Unzip or checkout the files of the library in a writable folder.
- Under Tools, Environment Options, Library, add the directory where the VCL Styles Utils library have been installed Example : C:\Delphi\Libs\vcl-styles-utils\Common to the Win32 and Win64 library path.
**Note** : To use the Vcl.Styles.Hooks unit you must also include the [Delphi Detours Library](https://github.com/MahdiSafsafi/delphi-detours-library) files in the IDE library/search path - Example : *C:\Delphi\Libs\vcl-styles-utils\Common\delphi-detours-library*