Bounds
函数功能返回左、上位置以及宽度、高度相应的矩形区域
函数说明首部 function Bounds(ALeft, ATop, AWidth, AHeight: Integer): TRect; $[Types.pas
功能 返回左、上位置以及宽度、高度相应的矩形区域
说明 <NULL>
参考 <NULL>
例子 Bevel1.BoundsRect := Bounds(SpinEdit1.Value, SpinEdit2.Value, SpinEdit3.Value, SpinEdit4.Value);
例子 setBounds(100,200,500,600);
是在屏幕左上角的焦点为0坐标,向右移动100个像素,向下移动200个像素,对话框宽
为500个像素,高为600个像素。