ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
Error 17: OTHER CASE must be the last statement used in SWITCH
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
Error 1054: 'Ancestor' cannot be used outside the code of a class
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
CreateShortcut (Example)
Usage example of the CreateShortcut function
dStraighten (Function)
Transforms an image by applying perspective correction.
FirstName (Property)
The FirstName property can be used on: a SaasUser variable. ......
Constants for managing the Image Editor control
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
ProgressBar (Property)
WLanguage proposes...
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop