Determines whether controls are drawn using the Windows 3.x "look".
NewStyleControls: Boolean;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!
|