ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax / WLanguage types / Advanced types
  • Properties specific to VariantMember variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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 nameType usedEffect
CountIntegerNumber of elements.
This property is read-only.
ExistBoolean
  • True if the element exists,
  • False otherwise.
This property is read-only.
Name Character stringElement name.
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: 09/19/2024

Send a report | Local help