ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Font (Type of variable)
A Font variable creates a font programmatically...
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
The Cell control
The Cell control contains controls......
BarCodes (Variable type)
The BarCodes type is used to handle the information found in a bar code.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.