SalSafeArray
PPJ.Runtime.Com.SalSafeArray
Last updated
PPJ.Runtime.Com.SalSafeArray
Last updated
Namespace: PPJ.Runtime.Com
Assembly: PPJ.Runtime.49 (4.9.0.0)
SalSafeArray implementation.
Constructs a new empty SalSafeArray This class cannot be used as second-base class.
Constructs a new SalSafeArray with the wrapped array.
Name | Type | Description |
---|---|---|
array |
Array: Returns/Sets the wrapped object.
Creates a new SafeArray.
Returns: SalBoolean.
Creates a new safearray.
Parameter | Type | Description |
---|---|---|
vt | ||
elements1 | ||
elements2 | ||
lowerBound1 | ||
lowerBound2 |
Returns: SalBoolean.
Creates a new multidimensional safearray.
Parameter | Type | Description |
---|---|---|
vt | ||
elements | ||
lowerBounds |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
boolean | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
boolean | ||
index1 | ||
index2 |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
boolean | ||
indices |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
date | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
date | ||
index1 | ||
index2 |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
date | ||
indices |
Returns: SalBoolean.
Returns the lower bound.
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
nDim |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
nDim |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
num | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
num | ||
index1 | ||
index2 |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
num | ||
indices |
Returns: SalBoolean.
Returns a COM object item from the safearray.
Returns: SalBoolean.
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
obj | ||
indices |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
str | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
str | ||
index1 | ||
index2 |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
str | ||
indices |
Returns: SalBoolean.
Returns the upper bound.
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
nDim |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
nDim |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
variant | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
variant | ||
index1 | ||
index2 |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
variant | ||
indices |
Returns: SalBoolean.
Stores a boolean item in the safearray.
Parameter | Type | Description |
---|---|---|
boolean | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
boolean | ||
index1 | ||
index2 |
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
boolean | ||
indices |
Returns: SalBoolean.
Stores a DateTime item in the safearray.
Parameter | Type | Description |
---|---|---|
date | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
date | ||
index1 | ||
index2 |
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
date | ||
indices |
Returns: SalBoolean.
Stores a numeric item in the safearray.
Returns: SalBoolean.
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
num | ||
indices |
Returns: SalBoolean.
Stores a com object item in the safearray.
Returns: SalBoolean.
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
obj | ||
indices |
Returns: SalBoolean.
Stores a string item in the safearray.
Returns: SalBoolean.
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
str | ||
indices |
Returns: SalBoolean.
Stores a variant object item in the safearray.
Parameter | Type | Description |
---|---|---|
variant | ||
index |
Returns: SalBoolean.
Parameter | Type | Description |
---|---|---|
variant | ||
index1 | ||
index2 |
Returns: SalBoolean.
Multidimensional safe array
Parameter | Type | Description |
---|---|---|
variant | ||
indices |
Returns: SalBoolean.