ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ThreadMode (Function)
Changes the management mode of threads.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Extern (Reserved word)
EXTERN is used to...
2. Types of setup
Types of setup...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Position (Function)
Finds the position of a specified string within another string.
OCR: Turn images into text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.