Skip to content

VCLStylesUxTheme

Rodrigo Ruz edited this page Sep 6, 2015 · 5 revisions

The VCL Styles Utils allows style the Task Dialogs and all the TaskDialog based Message dialogs. In order to activate this feature those units must be included in the VCL Application.

  • Vcl.Styles.Utils.Forms
  • Vcl.Styles.Utils.SysStyleHook
  • Vcl.Styles.Utils.SysControls
  • Vcl.Styles.Hooks
  • Note : the Task Dialogs only are available since Windows Vista.

    Screenshots

    Native Task Dialog

    Task Dialog with VCL Styles enabled

    https://theroadtodelphi.files.wordpress.com/2014/10/2014-10-09-09_58_55-vcl-styles-utils-ttaskdialogs-demo.png

    Related articles

    Important Note for RAD Studio 10 Seattle users.

    The Styling of the task dialogs is not compatible with the Enable High DPI option of the Application manifest. You must uncheck this option if you want active the styling of the dialogs.

    https://cloud.githubusercontent.com/assets/11446959/9676542/bc76a2a2-52a3-11e5-8de6-376ae0164ec3.png

    Clone this wiki locally