|
|
|
|
|
- Properties specific to the description of VariantMember variables
VariantMember (Type of variable) In french: MembreVariant
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable. This type of variable can only be used in very specific cases, for example when processing the result of JSONToVariant.
Remarks Properties specific to the description of VariantMember variables The following properties can be used to handle a VariantMember variable: | | | Property name | Type used | Effect |
---|
Exist | Boolean | - True if the element exists,
- False otherwise.
This property is read-only. | Name | Character string | Element name. This property is read-only. | Occurrence | Integer | Number of elements. This property is read-only. | Type | Integer constant | Type of element (same values as for TypeVar). This property is read-only. | Value | | Element value. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|