in customdrawndrawers.pas:
TCDDrawStyle = (
// The default is given by the DefaultStyle global variable
// Don't implement anything for this drawer
dsDefault = 0,
.....
var
DefaultStyle: TCDDrawStyle = dsCommon; // For now default to the most complete one, later per platform
If you change DefaultStyle it will affect all controls with dsDefault style, which is the initial one.