ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFAdd (Function)
Creates a record in a file of a Salesforce database.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Managing parallel tasks
The computers are becoming more and more powerful......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Programming automatic calculations in the columns of a Table control
Programming an indexed control
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Creating anchors
The anchors are used to define specific points in a help page......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Setup on a local network (LAN)
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
iPrintReport (Function)
Prints a report created with the report editor.