{------------------------------------------------------------------------------ TWinControl AdjustClientRect ------------------------------------------------------------------------------} procedure TWinControl.AdjustClientRect(var ARect: TRect); begin // Can be overriden. // It's called often, so don't put expensive code here, or cache the result end;