This is not a vcl styles bug, This is how the vcl styles works, each style(skin) has a own border width and height, which sometimes doesn't match with the native windows border size.
check the next images

the carbon style has a border width and height of 5 pixels

the Amakrits style has a border width and height of 6 pixels

You can check the border style size of each style using the VCL Styles Designer
- Objects -> Form- > Image -> LeftBorder -> Width
- Objects -> Form- > Image -> RigthBorder -> Width
- Objects -> Form- > Image -> BottomBorder -> Height
So, depending of the above properties the Style hook of the form recalculates the bounds of the Client area.