ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax /  / Advanced types
  • Properties specific to the description of VariantMember variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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 nameType usedEffect
ExistBoolean
  • True if the element exists,
  • False otherwise.
This property is read-only.
NameCharacter stringElement name.
This property is read-only.
OccurrenceIntegerNumber of elements.
This property is read-only.
TypeInteger constantType of element (same values as for TypeVar).
This property is read-only.
ValueElement value.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/22/2022

Send a report | Local help