System.Variant.ChangeType

From RAD Studio API Documentation
Revision as of 00:00, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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