RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variant::ChangeType Method

Changes the data type of a System::Variant::Variant object once it has been instantiated.

Pascal
function ChangeType(VarType: Integer): Variant&;
C++
__fastcall Variant& ChangeType(int VarType);

System::Variant::ChangeType converts the System::Variant::Variant to the type specified by VarType. 

 

System::Variant::Type2

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!