1

Delphi 2010中的这个功能在哪里?

function Null: Variant;
begin
  _VarNull(TVarData(Result));
end;

在 Delphi 6 中,它位于 Variants 中。

4

1 回答 1

6

在 D2010 中,它仍在变体中,看起来与您描述的完全一样。它在 Variants.pas 的第 112 行定义。

于 2010-01-07T15:10:48.867 回答