ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
ServiceStart (Function)
Starts a service.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
fChangeSize (Function)
Resizes an external file.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format. width and height. number of bits per pixel. transparency zone. alpha channel....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Creating the Table pages of the WEBDEV RAD pattern
The lifecycle of some projects span several years......
zipExtractAll (Example)
Usage example of the zipExtractAll function
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
SocketConnect (Function)
Connects a client computer to a given socket.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
HTTPCreateForm (Function)
Creates an HTTP form.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
New (Reserved word)
New is used to allocate memory space...