DelphiVariant

Overview

Location

Properties


IsArray

 

property IsArray: Boolean read;

 

Boolean IsArray { get; }

 

var IsArray: Boolean { get{} }

 

Boolean IsArray { __get; }

 

ReadOnly Property IsArray() As Boolean

IsByRef

 

property IsByRef: Boolean read;

 

Boolean IsByRef { get; }

 

var IsByRef: Boolean { get{} }

 

Boolean IsByRef { __get; }

 

ReadOnly Property IsByRef() As Boolean

Type

 

property Type: DelphiVariantType read;

 

DelphiVariantType Type { get; }

 

var Type: DelphiVariantType { get{} }

 

DelphiVariantType Type { __get; }

 

ReadOnly Property Type() As DelphiVariantType

Value

 

property Value: Object read;

 

Object Value { get; }

 

var Value: Object { get{} }

 

Object Value { __get; }

 

ReadOnly Property Value() As Object

Instance Methods


constructor

 

constructor

 

DelphiVariant()

 

init()

 

DelphiVariant()

 

Sub New()