2016-01-25

清除record的方法

TRecord = record
  a: String;
  b: String;
end;

sRecord:=Default(TRecord)