System.Rtti.TValue.AsVariant

From RAD Studio API Documentation
Revision as of 16:38, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function AsVariant: Variant;

C++

System::Variant __fastcall AsVariant(void);

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

Description

Converts the stored value to a Variant value.

Call AsVariant to convert the stored value to a Variant value. An exception is raised if the stored value cannot be converted to a Variant value.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Rtti.TValue.AsVariant&oldid=152008"