ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Mouse management functions
List of functions for mouse management...
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
CurrentDay( Function)
Returns the number of the current day in the current month.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......