ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Advanced types
9 results
Advanced types
The advanced types of WLanguage are as follows
Border management constants
List of constants used by the border functions.
Border (Variable type)
The Border type is used to handle a border programmatically...
Font (Variable type)
A Font variable creates a font programmatically...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Procedure (Variable type)
The Procedure type is used to handle through programming:
  • the procedures or methods found in the project.
  • the procedures or methods found in an internal component.
  • the procedures or methods found in an external component.
SecurePassword (Variable type)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Using the advanced types
The advanced types (XLS variables, ggl variables, ...
VariantMember (Variable type)
The VariantMember type is an advanced type corresponding to an array of members, each member is a Variant variable.