ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
fSize (Function)
Returns the size of a file (in bytes).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
LooperInsertLine (Function)
Inserts a row into a Looper control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
ToClipboard (Function)
Writes text or image information into the system clipboard.
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.