Variant

 

The datatype Variant can be used instead of any other datatypes to be more flexible in handling data.

In addition to numbers of any type, variant variables can also manage strings, arbitrary binary data, and object references to COM objects.

 

Variables from Type Variant are defined locally as follows:

 

Dim data As Variant

 

 

Attribute Properties and Functions:

 

Standard-Attributes:

AssignRuleIndex

Changed

Description

DifferingText

IsEnabled

IsVisible

ItemList

Name

SQLPrepare

Tag

UserTouched

Valid

ValueTag

ValueTagItems

 

Standard-Events:

AfterLet

BeforeLet

Get

Validation

 

Special Attributes:

 

 

More:

Base64Decode (Variant)

Base64Encode (Variant)

Compress (Variant)

Count (Variant)

CRC32 (Variant)

Expand (Variant)

FormattedValue (Variant)

IsArray (Variant)

IsNothing (Variant)

IsNull (Variant)

IsNumeric (Variant)

IsObject (Variant)

LoadStream (Variant)

LowBound (Variant)

Object (Variant)

TypeName (Variant)

UpBound (Variant)

VarType (Variant)