ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Designing a supercontrol
A supercontrol is an advanced type of control......
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
Manipulating HTML Display controls programmatically
The HTML Display control displays a web page in an application......
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.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
GetVariableDefinition (Function)
Gets the description of a variable.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
ContextClose (Function)
Closes a page context.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Copying and cloning
Variables are copied using the "=" operator...