Vcl.Controls.NewStyleControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NewStyleControls: Boolean;

C++

extern DELPHI_PACKAGE bool NewStyleControls;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Determines whether controls are drawn using the Windows 3.x "look".

NewStyleControls determines whether controls in the application are drawn using the effects that were introduced with Windows 95. When NewStyleControls is false, controls have a flatter look.

By default, NewStyleControls is true unless the application is running on a Windows 3.x system with Win32S. To change this value to false, set the value of NewStyleControls in the project file, before the call to the Application object's Run method.