ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying and cloning
Variables are copied using the "=" operator...
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Procedure (Type of variable)
The Procedure type is used to handle: 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....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
ContextClose (Function)
Closes a page context.
Date (Type of variable)
The Date type enables you to easily handle the dates...
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Specific features of the applications for iPhone/iPad
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Types of Edit controls
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.