ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fUnlock (Function)
Entirely or partially unlocks an external file.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
HCreateMovableReplica (Function)
Creates a movable replication.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Events associated with a Multimedia control
List of events associated with a Multimedia control...
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
HTTP constants
List of constants used by the HTTP functions....
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
zipListFile (Function)
Returns the list of files found in an archive.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min