ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Projects in practice
Discover the main operations that can be performed on a project....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Right (Function)
Extracts the last characters from a string or string buffer.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Error (Function)
Displays a custom error message in a system error window.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
fCreate (Function)
Creates an external file.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
CurrentMonth (Function)
Returns the number of the current month.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.