ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
HErrorPassword (Function)
After the execution of a read or write function in a table, used to find out whether an error caused by a wrong password occurred on this table.
Handling TimeLine controls programmatically
A TimeLine control can be......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
LoadParameter (Function)
Reads a persistent value.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
eChangeCurrency (Function)
Converts a currency into another currency.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Combination (Type of variable)
A combination is a set of options.
LooperDelete (Function)
Deletes a row from a Looper control.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.