System.Variant.ChangeType

From RAD Studio API Documentation
Jump to: navigation, search

C++

Variant&  __fastcall ChangeType(int VarType);

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Variant

Description

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

ChangeType converts the Variant to the type specified by VarType.

See Also