RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.NewStyleControls Variable

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

Pascal
NewStyleControls: Boolean;
C++
Boolean NewStyleControls;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!