delphi里怎样得到当前窗体的位置?.[解决办法]self.left,self.top[解决办法]sLeft:=inttostr(Form1.left); form1.Label1.Caption:= sLeft;