with Form1 do begin Height := Blah; Blubb := Name; end;
至
Form1.Height := Blah; Blubb := Form1.Name;
其中Form1是VCL TForm.最好它应该与Delphi 2007一起使用.