Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この関数は Delphi 2010 のどこにありますか?
function Null: Variant; begin _VarNull(TVarData(Result)); end;
Delphi 6 ではバリアントにありました。
D2010では、それはまだバリアントにあり、あなたが説明したとおりに見えます. Variants.pas の 112 行目で定義されています。