|
|
|
|
|
- Properties specific to VariantMember variables
VariantMember (Variable type) In french: MembreVariant
The VariantMember type is an advanced type corresponding to an array of members, each member is a variant variable. This type of variable can only be used in very specific cases, for example when processing the result of JSONToVariant. Properties Properties specific to VariantMember variables The following properties can be used to handle VariantMember variables: | | | Property name | Type used | Effect |
---|
Count | Integer | Number of elements. This property is read-only. | Exist | Boolean | - True if the element exists,
- False otherwise.
This property is read-only. | Name | Character string | Element name. 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|