ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax /  / Advanced types
  • Overview
  • Handling the properties of advanced type
  • Overview
  • Using a property of an advanced variable
  • Remark
  • Assigning the variables of advanced types
  • Assignment rules
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
Using the advanced types
Overview
The advanced types (XLS variables, ggl variables, ...) are used to handle the data via properties.
To handle these types, you must declare a variable corresponding to the type to handle and instantiate this variable.
This help page presents:
  • how to handle the properties of advanced type.
  • the assignment of the advanced types.
Handling the properties of advanced type

Overview

A property of advanced type is a data associated with the variable.

Using a property of an advanced variable

The following syntax is used to call a property of a variable:
<Variable Name> . <Property Name>
or
<Variable Name>..<Property Name>

Remark

The accesses to the properties can used in sequence. For example:
// Sequences of properties
MyCampaign..GeoTargeting..CountryTarget..Country = "FR" + CR + "DE"
Assigning the variables of advanced types

Assignment rules

The assignment rules between variables of advanced type and between dynamic variables of advanced type are as follows:
Operator =
Operator <=
Operator <-
Variable of advanced typeDynamic variable of advanced typeVariable of advanced typeDynamic variable of advanced typeVariable of advanced typeDynamic variable of advanced type
Variable of advanced typeCopiesCopiesCopiesCopiesTaking referenceTaking reference
Dynamic variable of advanced typeTaking referenceTaking referenceCopiesCopiesTaking referenceTaking reference
See also
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/12/2022

Send a report | Local help